Package: gtk

CStruct gtk-recent-filter-info

Details

A gtk-recent-filter-info structure is used to pass information about the tested file to the gtk-recent-filter-filter function.
(defcstruct gtk-recent-filter-info
  (contains gtk-recent-filter-flags)
  (uri :string)
  (display-name :string)
  (mime-type :string)
  (applications g-strv)
  (groups g-strv))  
 

See also

2021-12-27