Gtk.FileFilterInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| contains | Gtk.FileFilterFlags | r/w | Flags indicating which of the following fields need are filled | 
| display_name | str | r/w | the string that will be used to display the file in the file chooser | 
| filename | str | r/w | the filename of the file being tested | 
| mime_type | str | r/w | the mime type of the file | 
| uri | str | 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 to- Gtk.FileFilter.filter().