-
Cast constructor, converting any binary integer to a
RecentSortType.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
Do not sort the returned list of recently used resources.
Declaration
Swift
static let none: GtkRecentSortType -
Sort the returned list with the most recently used items first.
Declaration
Swift
static let mru: GtkRecentSortType -
Sort the returned list with the least recently used items first.
Declaration
Swift
static let lru: GtkRecentSortType -
Sort the returned list using a custom sorting function passed using
gtk_recent_chooser_set_sort_func().Declaration
Swift
static let custom: GtkRecentSortType
View on GitHub
Install in Dash
RecentSortType Extension Reference