Method
GObjectTypeModuleuse
Declaration [src]
gboolean
g_type_module_use (
GTypeModule* module
)
Description [src]
Increases the use count of a GTypeModule
by one. If the
use count was zero before, the plugin will be loaded.
If loading the plugin fails, the use count is reset to
its prior value.