gmenumodel: add G_MENU_ATTRIBUTE_ACTION_NAMESPACE

https://bugzilla.gnome.org/show_bug.cgi?id=692928
This commit is contained in:
Lars Uebernickel 2013-01-31 11:44:32 +01:00 committed by Matthias Clasen
parent 7fb922365b
commit 1a7b4b42a8

View File

@ -42,6 +42,16 @@ G_BEGIN_DECLS
**/ **/
#define G_MENU_ATTRIBUTE_ACTION "action" #define G_MENU_ATTRIBUTE_ACTION "action"
/**
* G_MENU_ATTRIBUTE_ACTION_NAMESPACE:
*
* The menu item attribute that holds the namespace for all action names in
* menus that are linked from this item.
*
* Since: 2.36
**/
#define G_MENU_ATTRIBUTE_ACTION_NAMESPACE "action-namespace"
/** /**
* G_MENU_ATTRIBUTE_TARGET: * G_MENU_ATTRIBUTE_TARGET:
* *