ToplevelInterfaceRef

public struct ToplevelInterfaceRef : ToplevelInterfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TimeCoord Record: TimeCoordProtocol extension (methods and fields)

ToplevelInterface Record