Enumeration

GtkRecentFilterFlags

Declaration

flags Gtk.RecentFilterFlags

Description [src]

These flags indicate what parts of a GtkRecentFilterInfo struct are filled or need to be filled.

Members

GTK_RECENT_FILTER_URI

The URI of the file being tested.

  • Value: 1
  • Available since: 3.0
GTK_RECENT_FILTER_DISPLAY_NAME

The string that will be used to display the file in the recent chooser.

  • Value: 2
  • Available since: 3.0
GTK_RECENT_FILTER_MIME_TYPE

The mime type of the file.

  • Value: 4
  • Available since: 3.0
GTK_RECENT_FILTER_APPLICATION

The list of applications that have registered the file.

  • Value: 8
  • Available since: 3.0
GTK_RECENT_FILTER_GROUP

The groups to which the file belongs to.

  • Value: 16
  • Available since: 3.0
GTK_RECENT_FILTER_AGE

The number of days elapsed since the file has been registered.

  • Value: 32
  • Available since: 3.0