DragSurfaceInterfaceRef

public struct DragSurfaceInterfaceRef : DragSurfaceInterfaceProtocol

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

The GdkDragSurfaceInterface implementation is private to GDK.

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

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GdkDragSurfaceInterface? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: DragSurfaceInterfaceRef? { get }

DragSurfaceInterface Record