Package-level declarations
Types
Link copied to clipboard
Errors returned by g_module_open_full().
Link copied to clipboard
Link copied to clipboard
Flags passed to g_module_open(). Note that these flags are not supported on all platforms.
Link copied to clipboard
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 #GModule structure.