Enumeration

GtkRecentFilterFlags

since: 3.0

Declaration

flags Gtk.RecentFilterFlags

Description [src]

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

Available since: 3.0

Members

GTK_RECENT_FILTER_URI

The URI of the file being tested.

  • Value: 1
  • Nickname: uri
  • 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
  • Nickname: display-name
  • Available since: 3.0
GTK_RECENT_FILTER_MIME_TYPE

The mime type of the file.

  • Value: 4
  • Nickname: mime-type
  • Available since: 3.0
GTK_RECENT_FILTER_APPLICATION

The list of applications that have registered the file.

  • Value: 8
  • Nickname: application
  • Available since: 3.0
GTK_RECENT_FILTER_GROUP

The groups to which the file belongs to.

  • Value: 16
  • Nickname: group
  • Available since: 3.0
GTK_RECENT_FILTER_AGE

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

  • Value: 32
  • Nickname: age
  • Available since: 3.0