TypeModuleClassProtocol

public protocol TypeModuleClassProtocol

In order to implement dynamic loading of types based on GTypeModule, the load and unload functions in GTypeModuleClass must be implemented.

The TypeModuleClassProtocol protocol exposes the methods and properties of an underlying GTypeModuleClass instance. The default implementation of these can be found in the protocol extension below. For a concrete class that implements these methods and properties, see TypeModuleClass. Alternatively, use TypeModuleClassRef as a lighweight, unowned reference if you already have an instance you just want to use.

  • ptr

    Untyped pointer to the underlying GTypeModuleClass instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • _ptr Default implementation

    Typed pointer to the underlying GTypeModuleClass instance.

    Default Implementation

    Return the stored, untyped pointer as a typed pointer to the GTypeModuleClass instance.

    Declaration

    Swift

    var _ptr: UnsafeMutablePointer<GTypeModuleClass>! { get }
  • Required Initialiser for types conforming to TypeModuleClassProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

TypeModuleClass Record: TypeModuleClassProtocol extension (methods and fields)

  • parentClass Extension method

    the parent class

    Declaration

    Swift

    @inlinable
    var parentClass: GObjectClass { get }