Package: gtk
CStruct gtk-file-filter-info
Details A gtk-file-filter-info structure is used to pass information about the tested file to the function gtk-file-filter-filter. (defcstruct gtk-file-filter (contains gtk-file-filter-flags) (filename :string) (uri :string) (display-name :string) (mime-type :string))
| See also |
2021-1-29