IMContextSimpleClassRef

public struct IMContextSimpleClassRef : IMContextSimpleClassProtocol

The IMContextSimpleClassRef type acts as a lightweight Swift reference to an underlying GtkIMContextSimpleClass instance. It exposes methods that can operate on this data type through IMContextSimpleClassProtocol conformance. Use IMContextSimpleClassRef only as an unowned reference to an existing GtkIMContextSimpleClass instance.

  • ptr
    Untyped pointer to the underlying `GtkIMContextSimpleClass` instance.
    

    For type-safe access, use the generated, typed pointer _ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!
  • This getter returns the GLib type identifier registered for IMContextSimple

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GtkIMContextSimpleClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: IMContextSimpleClassRef? { get }

IMContextSimpleClass Record