g_type_module_register_type ( type_module parent_type type_name type_info flags -- GType )


Vocabulary
gobject.ffi

Inputs
type_modulean object
parent_typean object
type_namean object
type_infoan object
flagsan object


Outputs
GTypean object


Definition


LIBRARY: gobject FUNCTION: GType g_type_module_register_type
( GTypeModule* type_module, GType parent_type, gchar*
type_name, GTypeInfo* type_info, GTypeFlags flags )