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