Enumeration (GI Enum)

Gtk-3.0GtkRecentSortTypeSince 2.10

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

2.10

Index

Enumeration Members

Enumeration Members

CUSTOM: number

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

LRU: number

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

MRU: number

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

NONE: number

Do not sort the returned list of recently used resources.