gtk.recent_filter

Module for RecentFilter class

Members

Classes

RecentFilter
class RecentFilter

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

RecentFilterGidBuilder
class RecentFilterGidBuilder

Fluent builder for gtk.recent_filter.RecentFilter

RecentFilterGidBuilderImpl
class RecentFilterGidBuilderImpl(T)

Fluent builder implementation template for gtk.recent_filter.RecentFilter