GModuleUnload

Specifies the type of the module function called when it is unloaded. If a module contains a function named Module.unload it is called automatically when the module is unloaded. It is passed the glib.Module structure.

alias GModuleUnload = void function(GModule* module_)