Gtk.RecentSortType
Used to specify the sorting method to be applyed to the recently used resource list.
Since 2.10
- RecentSortType.NONE
Do not sort the returned list of recently used resources.
- RecentSortType.MRU
Sort the returned list with the most recently used items first.
- RecentSortType.LRU
Sort the returned list with the least recently used items first.
- RecentSortType.CUSTOM
Sort the returned list using a custom sorting function passed using Gtk.RecentChooser.prototype.set_sort_func.