Used to specify the sorting method to be applyed to the recently
used resource list.
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().
Since 2.10
Used to specify the sorting method to be applyed to the recently used resource list. 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(). Since 2.10