ModuleUnload


Description:

[ CCode ( has_target = false ) ]
public delegate void ModuleUnload (Module module)

Specifies the type of the module function called when it is unloaded.

If a module contains a function named g_module_unload it is called automatically when the module is unloaded. It is passed the Module structure.

Parameters:

module

the Module about to be unloaded


Namespace: GLib
Package: gmodule-2.0