Class Module

java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gmodule.Module
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class Module extends ProxyInstance
The GModule struct is an opaque data structure to represent a dynamically-loaded module. It should only be accessed via the following functions.

To ensure correct lock ordering, these functions must not be called from global constructors (for example, those using GCC’s __attribute__((constructor)) attribute).