GtkRecentData
- appExecchar* appExec; 
- Undocumented in source. 
- appNamechar* appName; 
- Undocumented in source. 
- descriptionchar* description; 
- Undocumented in source. 
- displayNamechar* displayName; 
- Undocumented in source. 
- groupschar** groups; 
- Undocumented in source. 
- isPrivateint isPrivate; 
- Undocumented in source. 
- mimeTypechar* mimeType; 
- Undocumented in source. 
 
		gtkc gtktypes 
		aliasesenumsfunctionsstructs 
	 
	
Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource. gchar *display_name; a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or NULL; gchar *description; a UTF-8 encoded string, containing a short description of the resource, or NULL; gchar *mime_type; the MIME type of the resource; gchar *app_name; the name of the application that is registering this recently used resource; gchar *app_exec; 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; gchar **groups; a vector of strings containing groups names; gboolean is_private; whether this resource should be displayed only by the applications that have registered it or not.