GTypeModuleClass

In order to implement dynamic loading of types based on #GTypeModule, the @load and @unload functions in #GTypeModuleClass must be implemented.

Members

Variables

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;

the parent class

reserved1
void function() reserved1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reserved2
void function() reserved2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reserved3
void function() reserved3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reserved4
void function() reserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.

Meta