Enumeration
GtkRecentSortType
since: 2.10
Description [src]
Used to specify the sorting method to be applyed to the recently used resource list.
Available since: 2.10
Members
Name | Description |
---|---|
GTK_RECENT_SORT_NONE |
Do not sort the returned list of recently used resources. |
GTK_RECENT_SORT_MRU |
Sort the returned list with the most recently used items first. |
GTK_RECENT_SORT_LRU |
Sort the returned list with the least recently used items first. |
GTK_RECENT_SORT_CUSTOM |
Sort the returned list using a custom sorting function passed using gtk_recent_chooser_set_sort_func(). |