Enumeration

GtkRecentSortType

since: 2.10

Declaration

enum Gtk.RecentSortType

Description [src]

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

Available since: 2.10

Members

GTK_RECENT_SORT_NONE

Do not sort the returned list of recently used resources.

  • Value: 0
  • Available since: 2.10
GTK_RECENT_SORT_MRU

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

  • Value: 1
  • Available since: 2.10
GTK_RECENT_SORT_LRU

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

  • Value: 2
  • Available since: 2.10
GTK_RECENT_SORT_CUSTOM

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

  • Value: 3
  • Available since: 2.10