Gtk.RecentFilterInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
age |
r/w |
The number of days elapsed since the file has been registered. |
|
applications |
[ |
r/w |
The list of applications that have registered the file. |
contains |
r/w |
|
|
display_name |
r/w |
The string that will be used to display the file in the recent chooser. |
|
groups |
[ |
r/w |
The groups to which the file belongs to. |
mime_type |
r/w |
MIME type of the file. |
|
uri |
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 toGtk.RecentFilter.filter
().