BuilderScopeInterfaceRef

public struct BuilderScopeInterfaceRef : BuilderScopeInterfaceProtocol

The virtual function table to implement for GtkBuilderScope implementations. Default implementations for each function do exist, but they usually just fail, so it is suggested that implementations implement all of them.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

BuilderListItemFactoryClass Record: BuilderListItemFactoryClassProtocol extension (methods and fields)

BuilderScopeInterface Record