Enumeration
GtkRecentFilterFlags
Description [src]
These flags indicate what parts of a GtkRecentFilterInfo
struct
are filled or need to be filled.
Members
Name | Description |
---|---|
GTK_RECENT_FILTER_URI |
The URI of the file being tested. |
GTK_RECENT_FILTER_DISPLAY_NAME |
The string that will be used to display the file in the recent chooser. |
GTK_RECENT_FILTER_MIME_TYPE |
The mime type of the file. |
GTK_RECENT_FILTER_APPLICATION |
The list of applications that have registered the file. |
GTK_RECENT_FILTER_GROUP |
The groups to which the file belongs to. |
GTK_RECENT_FILTER_AGE |
The number of days elapsed since the file has been registered. |