Gtk.RecentFilterInfo - Structures - Gtk 3.0 (original) (raw)
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.RecentFilterFlags to 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.RecentFilterInfo struct is used to pass information about the tested file to Gtk.RecentFilter.filter().