Namespace
GModule – 2.0
Portable API for dynamically loading modules
Dependencies
GLib—2.0 | The base utility library |
Browse documentation |
Structs
Module | The |
Bitfields
ModuleFlags | Flags passed to g_module_open(). Note that these flags are not supported on all platforms. |
Error Domains
ModuleError | Errors returned by g_module_open_full(). |
Callbacks
ModuleCheckInit | Specifies the type of the module initialization function.
If a module contains a function named |
ModuleUnload | Specifies the type of the module function called when it is unloaded.
If a module contains a function named |