A GtkRecentFilterInfo struct is used to pass information about the tested file to gtk_recent_filter_filter().
Class GtkRecentFilterInfo
Properties | |
age | the number of days elapsed since the file has been registered |
applications | the list of applications that have registered the file |
contains | Flags indicating which of the following fields need are filled (GtkRecentFilterFlags) |
display_name | the string that will be used to display the file in the recent chooser |
groups | the groups to which the file belongs to |
mime_type | the mime type of the file |
uri | the URI for the file being tested |
the number of days elapsed since the file has been registered
the number of days elapsed since the file has been registered
the list of applications that have registered the file
the list of applications that have registered the file
Flags indicating which of the following fields need are filled (GtkRecentFilterFlags)
Flags indicating which of the following fields need are filled (GtkRecentFilterFlags)
the string that will be used to display the file in the recent chooser
the string that will be used to display the file in the recent chooser
the groups to which the file belongs to
the groups to which the file belongs to
the mime type of the file
the mime type of the file
the URI for the file being tested
the URI for the file being tested