gmodule-2.0
Description:
Portable method for dynamically loading 'plug-ins'
Content:
Namespaces:
- GLib
Classes:
- Module - The Module struct is
an opaque data structure to represent a dynamically-loaded module.
Enums:
Error domains:
Delegates:
Methods:
- public string module_build_path (string? directory, string module_name)
A portable way to build the filename of a module.
- public unowned string module_error ()
Gets a string describing the last module error.
- public bool module_supported ()
Checks if modules are supported on the current platform.