Handbook
Glossary
g_type_module_register_type ( type_module parent_type type_name type_info flags -- GType )
Vocabulary
gobject
.
ffi
Inputs
type_module
an
object
parent_type
an
object
type_name
an
object
type_info
an
object
flags
an
object
Outputs
GType
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gobject.ffi
LIBRARY:
gobject
FUNCTION:
GType
g_type_module_register_type
( GTypeModule* type_module,
GType
parent_type, gchar*
type_name, GTypeInfo* type_info,
GTypeFlags
flags )