GtkRecentFilterInfo

A GtkRecentFilterInfo struct is used to pass information about the tested file to gtk_recent_filter_filter().

Members

Variables

age
int age;

The number of days elapsed since the file has been registered.

applications
char** applications;

The list of applications that have registered the file.

contains
GtkRecentFilterFlags contains;

#GtkRecentFilterFlags to indicate which fields are set.

displayName
const(char)* displayName;

The string that will be used to display the file in the recent chooser.

groups
char** groups;

The groups to which the file belongs to.

mimeType
const(char)* mimeType;

MIME type of the file.

uri
const(char)* uri;

The URI of the file being tested.

Meta