IOModule
Object Hierarchy:
Description:
Provides an interface and default functions for loading and unloading modules. This is used internally to make GIO extensible, but can
also be used by others to implement module loading.
Namespace: GLib
Package: gio-2.0
Content:
Static methods:
Creation methods:
Methods:
-
public void load ()
Required API for GIO modules to implement. This function is ran after the module has been loaded into
GIO, to initialize the module.
-
public void unload ()
Required API for GIO modules to implement. This function is ran when the module is being unloaded from
GIO, to finalize the module.