class GModule::Module
- GModule::Module
- Reference
- Object
Overview
The #GModule struct is an opaque data structure to represent a [dynamically-loaded module][glib-Dynamic-Loading-of-Modules]. It should only be accessed via the following functions.
Defined in:
lib/gi-crystal/src/auto/g_module-2.0/module.crConstructors
Class Method Summary
- .build_path(directory : String?, module_name : String) : String
- .error : String
- .error_quark : UInt32
- .supported : Bool
Instance Method Summary
- #close : Bool
- #make_resident : Nil
- #name : String
- #symbol(symbol_name : String, symbol : Pointer(Void)?) : Bool
- #to_unsafe : Pointer(Void)