Gtk.RecentFilterInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| age | int | r/w | The number of days elapsed since the file has been registered. | 
| applications | [ str] | r/w | The list of applications that have registered the file. | 
| contains | Gtk.RecentFilterFlags | r/w | Gtk.RecentFilterFlagsto indicate which fields are set. | 
| display_name | str | r/w | The string that will be used to display the file in the recent chooser. | 
| groups | [ str] | r/w | The groups to which the file belongs to. | 
| mime_type | str | r/w | MIME type of the file. | 
| uri | str | r/w | The URI of the file being tested. | 
Methods¶
None
Details¶
- 
class Gtk.RecentFilterInfo¶
- A - Gtk.RecentFilterInfostruct is used to pass information about the tested file to- Gtk.RecentFilter.filter().