|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <gtkrecentmanager.h>
Public Attributes | |
| gchar * | display_name |
| gchar * | description |
| gchar * | mime_type |
| gchar * | app_name |
| gchar * | app_exec |
| gchar ** | groups |
| gboolean | is_private |
GtkRecentData:
| display_name | a UTF-8 encoded string, containing the name of the recently used resource to be displayed, or NULL; |
| description | a UTF-8 encoded string, containing a short description of the resource, or NULL; |
| mime_type | the MIME type of the resource; |
| app_name | the name of the application that is registering this recently used resource; |
| 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; |
| groups | a vector of strings containing groups names; |
| is_private | whether this resource should be displayed only by the applications that have registered it or not. |
Meta-data to be passed to gtk_recent_manager_add_full() when registering a recently used resource.
Definition at line 69 of file gtkrecentmanager.h.
| gchar* _GtkRecentData::app_exec |
Definition at line 77 of file gtkrecentmanager.h.
| gchar* _GtkRecentData::app_name |
Definition at line 76 of file gtkrecentmanager.h.
| gchar* _GtkRecentData::description |
Definition at line 72 of file gtkrecentmanager.h.
| gchar* _GtkRecentData::display_name |
Definition at line 71 of file gtkrecentmanager.h.
| gchar** _GtkRecentData::groups |
Definition at line 79 of file gtkrecentmanager.h.
| gboolean _GtkRecentData::is_private |
Definition at line 81 of file gtkrecentmanager.h.
| gchar* _GtkRecentData::mime_type |
Definition at line 74 of file gtkrecentmanager.h.