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 }
-
The equivalent raw
gint
valueDeclaration
Swift
@inlinable public var int: gint { get set }
-
The equivalent underlying
GtkRecentFilterFlags
enum valueDeclaration
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 valueDeclaration
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
-
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
-
the number of days elapsed since the file has been registered
Declaration
Swift
public static let age: RecentFilterFlags