Gtk.FileFilterInfo¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
contains  | 
r/w  | 
Flags indicating which of the following fields need are filled  | 
|
display_name  | 
r/w  | 
the string that will be used to display the file in the file chooser  | 
|
filename  | 
r/w  | 
the filename of the file being tested  | 
|
mime_type  | 
r/w  | 
the mime type of the file  | 
|
uri  | 
r/w  | 
the URI for the file being tested  | 
Methods¶
None
Details¶
- class Gtk.FileFilterInfo¶
 A
Gtk.FileFilterInfo-struct is used to pass information about the tested file toGtk.FileFilter.filter().