Classes

The following classes are available globally.

Module Record

  • The GModule struct is an opaque data structure to represent a dynamically-loaded module. It should only be accessed via the following functions.

    The Module type acts as an owner of an underlying GModule instance. It provides the methods that can operate on this data type through ModuleProtocol conformance. Use Module as a strong reference or owner of a GModule instance.

    See more

    Declaration

    Swift

    open class Module : ModuleProtocol