Handbook
Glossary
g_enum_to_string ( g_enum_type value -- gchar* )
Vocabulary
gobject
.
ffi
Inputs
g_enum_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_enum_to_string
(
GType
g_enum_type,
gint
value )