| Value | Meaning |
|---|---|
| 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.RecentChooser.setSortFunc. |
Used to specify the sorting method to be applyed to the recently used resource list.