ActivatableIfaceRef

public struct ActivatableIfaceRef : ActivatableIfaceProtocol

> This method can be called with a nil action at times.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ActionableInterface Record: ActionableInterfaceProtocol extension (methods and fields)

ActivatableIface Record