Package: gtk

GFlags gtk-recent-filter-flags

Details

These flags indicate what parts of a gtk-recent-filter-info structure are filled or need to be filled.
(define-g-flags "GtkRecentFilterFlags" gtk-recent-filter-flags
  (:export t
   :type-initializer "gtk_recent_filter_flags_get_type")
  (:uri 1)
  (:display-name 2)
  (:mime-type 4)
  (:application 8)
  (:group 16)
  (:age 32))  
:uri
The URI of the file being tested.
:display-name
The string that will be used to display the file in the recent chooser.
:mime-type
The MIME type of the file.
:application
The list of applications that have registered the file.
:group
The groups to which the file belongs to.
:age
The number of days elapsed since the file has been registered,
 

See also

2021-12-27