- load
int function(GTypeModule* modul) load;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parentClass
GObjectClass parentClass;
Undocumented in source.
- unload
void function(GTypeModule* modul) unload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
In order to implement dynamic loading of types based on GTypeModule, the load and unload functions in GTypeModuleClass must be implemented. GObjectClass parent_class; the parent class load () loads the module and registers one or more types using g_type_module_register_type(). unload () unloads the module