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