Package: gtk
CStruct gtk:recent-filter-info
Details The gtk:recent-filter-info structure is used to pass information about the tested file to the gtk:recent-filter-filter function. (cffi:defcstruct gtk:recent-filter-info (contains gtk:recent-filter-flags) (uri :string) (display-name :string) (mime-type :string) (applications g:strv-t) (groups g:strv-t)) | See also |
#2023-3-24