DevicePadInterfaceRef

public struct DevicePadInterfaceRef : DevicePadInterfaceProtocol

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

  • ptr
    Untyped pointer to the underlying `GdkDevicePadInterface` 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 DevicePad

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GdkDevicePadInterface? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: DevicePadInterfaceRef? { get }

DevicePadInterface Record