Method

GModuleModulemake_resident

Declaration [src]

void
g_module_make_resident (
  GModule* module
)

Description [src]

Ensures that a module will never be unloaded. Any future g_module_close() calls on the module will be ignored.