TreeSortableIfaceRef

public struct TreeSortableIfaceRef : TreeSortableIfaceProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

TreeRowReference Record: TreeRowReferenceProtocol extension (methods and fields)

TreeSortableIface Record