gobject.gtypemodule

Undocumented in source.

Members

Functions

g_type_module_add_interface
void g_type_module_add_interface(GTypeModule* mod, GType instance_type, GType interface_type, const(GInterfaceInfo)* interface_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_get_type
GType g_type_module_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_register_enum
GType g_type_module_register_enum(GTypeModule* mod, const(gchar)* name, const(GEnumValue)* const_static_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_register_flags
GType g_type_module_register_flags(GTypeModule* mod, const(gchar)* name, const(GFlagsValue)* const_static_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_register_type
GType g_type_module_register_type(GTypeModule* mod, GType parent_type, const(gchar)* type_name, const(GTypeInfo)* type_info, GTypeFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_set_name
void g_type_module_set_name(GTypeModule* mod, const(gchar)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_unuse
void g_type_module_unuse(GTypeModule* mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_type_module_use
gboolean g_type_module_use(GTypeModule* mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GTypeModule
struct GTypeModule
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GTypeModuleClass
struct GTypeModuleClass
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta