GtkModuleInitFunc

Each GTK+ module must have a function gtk_module_init() with this prototype. This function is called after loading the module.

alias GtkModuleInitFunc = void function(int* argc, char*** argv)

Meta