A gtk.RecentFilter can be used to restrict the files being shown in a GtkRecentChooser Files can be filtered based on their name (with RecentFilter.addPattern), on their mime type (with FileFilter.addMimeType), on the application that has registered them (with RecentFilter.addApplication), or by a custom filter function (with RecentFilter.addCustom).
Undocumented in source.