GtkModuleInitFunc

Each GTK+ module must have a function Module.init with this prototype. This function is called after loading the module.

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