RecentSortType
Description:
[ CCode ( cprefix = "GTK_RECENT_SORT_" , type_id = "gtk_recent_sort_type_get_type ()" ) ]
[ Version ( since = "2.10" ) ]
public enum RecentSortType
Used to specify the sorting method to be applyed to the recently used resource list.
Content:
Enum values:
- CUSTOM - Sort the returned list using a
custom sorting function passed using set_sort_func.
- LRU - Sort the returned list with the least
recently used items first.
- MRU - Sort the returned list with the most
recently used items first.
- NONE - Do not sort the returned list of
recently used resources.