GtkRecentSortType

Used to specify the sorting method to be applyed to the recently used resource list.

Values

ValueMeaning
NONE0

Do not sort the returned list of recently used resources.

MRU1

Sort the returned list with the most recently used items first.

LRU2

Sort the returned list with the least recently used items first.

CUSTOM3

Sort the returned list using a custom sorting function passed using gtk_recent_chooser_set_sort_func().

Meta

Since

2.10