aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-05-24 22:28:40 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-05-24 22:28:40 +0200
commite1c600ba95e4520caf471ebf2eb9f41e2580fa98 (patch)
treedb42c23a55c34af9c8a484d55734d4c7d73b1235 /src/dbus-data.h
parent8960bbafb9805c1e787e70bb2289cb8bc95a5f30 (diff)
downloadayatana-indicator-messages-e1c600ba95e4520caf471ebf2eb9f41e2580fa98.tar.gz
ayatana-indicator-messages-e1c600ba95e4520caf471ebf2eb9f41e2580fa98.tar.bz2
ayatana-indicator-messages-e1c600ba95e4520caf471ebf2eb9f41e2580fa98.zip
Port to gmenu, act I
Work-in-progress of the gmenu port for the service. The bulk of this patch removes everything related to libindicate from the service. Only the static app launchers and their configured shortcut actions are exported for now.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index 1e82ded..d7efd86 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -25,4 +25,8 @@
have a better place to put it. */
#define ICON_KEY "X-Ayatana-Messaging-Menu-Icon"
+#define INDICATOR_MENU_ATTRIBUTE_VISIBLE "indicator-visible"
+#define INDICATOR_MENU_ATTRIBUTE_ENABLED "indicator-enabled"
+#define INDICATOR_MENU_ATTRIBUTE_ICON_NAME "indicator-icon-name"
+
#endif /* __DBUS_DATA_H__ */