Handbook
Glossary
g_flags_to_string ( flags_type value -- gchar* )
Vocabulary
gobject
.
ffi
Inputs
flags_type
an
object
value
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
gchar*
g_flags_to_string
(
GType
flags_type,
guint
value )