gtk.RecentFilter

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

RecentFilter
class RecentFilter

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).