GtkRecentData

Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.

Members

Variables

appExec
char* appExec;

command line used to launch this resource; may contain the “\%f” and “\%u” escape characters which will be expanded to the resource file path and URI respectively when the command line is retrieved;

appName
char* appName;

the name of the application that is registering this recently used resource;

description
char* description;

a UTF-8 encoded string, containing a short description of the resource, or %NULL;

displayName
char* displayName;

a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or %NULL;

groups
char** groups;

a vector of strings containing groups names;

isPrivate
bool isPrivate;

whether this resource should be displayed only by the applications that have registered it or not.

mimeType
char* mimeType;

the MIME type of the resource;

Meta