SelectionFilterModelRef

public struct SelectionFilterModelRef : SelectionFilterModelProtocol, GWeakCapturing

GtkSelectionFilterModel is a list model that presents the selection from a GtkSelectionModel.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

SelectionFilterModel Class