RecentFilterInfoRef

public struct RecentFilterInfoRef : RecentFilterInfoProtocol

A GtkRecentFilterInfo struct is used to pass information about the tested file to gtk_recent_filter_filter().

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

RecentFilterInfo Record