gobject.gtypeplugin

Undocumented in source.

Members

Aliases

GTypePluginCompleteInterfaceInfo
alias GTypePluginCompleteInterfaceInfo = void function(GTypePlugin* plugin, GType instance_type, GType interface_type, GInterfaceInfo* info)
Undocumented in source.
GTypePluginCompleteTypeInfo
alias GTypePluginCompleteTypeInfo = void function(GTypePlugin* plugin, GType g_type, GTypeInfo* info, GTypeValueTable* value_table)
Undocumented in source.
GTypePluginUnuse
alias GTypePluginUnuse = void function(GTypePlugin* plugin)
Undocumented in source.
GTypePluginUse
alias GTypePluginUse = void function(GTypePlugin* plugin)
Undocumented in source.

Functions

g_type_plugin_complete_interface_info
void g_type_plugin_complete_interface_info(GTypePlugin* plugin, GType instance_type, GType interface_type, GInterfaceInfo* info)
Undocumented in source.
g_type_plugin_complete_type_info
void g_type_plugin_complete_type_info(GTypePlugin* plugin, GType g_type, GTypeInfo* info, GTypeValueTable* value_table)
Undocumented in source.
g_type_plugin_get_type
GType g_type_plugin_get_type()
Undocumented in source.
g_type_plugin_unuse
void g_type_plugin_unuse(GTypePlugin* plugin)
Undocumented in source.
g_type_plugin_use
void g_type_plugin_use(GTypePlugin* plugin)
Undocumented in source.

Structs

GTypePluginClass
struct GTypePluginClass
Undocumented in source.

Meta