RecentFilterFlags

public struct RecentFilterFlags : OptionSet

These flags indicate what parts of a GtkRecentFilterInfo struct are filled or need to be filled.

  • The corresponding value of the raw type

    Declaration

    Swift

    public var rawValue: UInt32
  • The equivalent raw Int value

    Declaration

    Swift

    @inlinable
    public var intValue: Int { get set }
  • int

    The equivalent raw gint value

    Declaration

    Swift

    @inlinable
    public var int: gint { get set }
  • The equivalent underlying GtkRecentFilterFlags enum value

    Declaration

    Swift

    @inlinable
    public var value: GtkRecentFilterFlags { get set }
  • Creates a new instance with the specified raw value

    Declaration

    Swift

    @inlinable
    public init(rawValue: UInt32)
  • Creates a new instance with the specified GtkRecentFilterFlags enum value

    Declaration

    Swift

    @inlinable
    public init(_ enumValue: GtkRecentFilterFlags)
  • Creates a new instance with the specified Int value

    Declaration

    Swift

    @inlinable
    public init<I>(_ intValue: I) where I : BinaryInteger
  • uri

    the URI of the file being tested

    Declaration

    Swift

    public static let uri: RecentFilterFlags
  • the string that will be used to display the file in the recent chooser

    Declaration

    Swift

    public static let displayName: RecentFilterFlags
  • the mime type of the file

    Declaration

    Swift

    public static let mimeType: RecentFilterFlags
  • the list of applications that have registered the file

    Declaration

    Swift

    public static let application: RecentFilterFlags
  • the groups to which the file belongs to

    Declaration

    Swift

    public static let group: RecentFilterFlags
  • age

    the number of days elapsed since the file has been registered

    Declaration

    Swift

    public static let age: RecentFilterFlags