From: Lars Uebernickel Date: Thu, 31 Jan 2013 10:44:32 +0000 (+0100) Subject: gmenumodel: add G_MENU_ATTRIBUTE_ACTION_NAMESPACE X-Git-Tag: 2.35.6~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a7b4b42a89ea9736e6447a54e0d2a678356ff64;p=platform%2Fupstream%2Fglib.git gmenumodel: add G_MENU_ATTRIBUTE_ACTION_NAMESPACE https://bugzilla.gnome.org/show_bug.cgi?id=692928 --- diff --git a/gio/gmenumodel.h b/gio/gmenumodel.h index a97d751..5a94999 100644 --- a/gio/gmenumodel.h +++ b/gio/gmenumodel.h @@ -43,6 +43,16 @@ G_BEGIN_DECLS #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: * * The menu item attribute which holds the target with which the item's action