ActionableInterfaceRef

public struct ActionableInterfaceRef : ActionableInterfaceProtocol

The interface vtable for GtkActionable.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

AccessibleInterface Record: AccessibleInterfaceProtocol extension (methods and fields)

ActionableInterface Record