Method
GObjectTypePluginuse
Declaration [src]
void
g_type_plugin_use (
GTypePlugin* plugin
)
Description [src]
Calls the use_plugin
function from the GTypePluginClass
of
plugin
. There should be no need to use this function outside of
the GObject type system itself.