aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-04 14:57:04 -0500
committerTed Gould <ted@canonical.com>2009-09-04 14:57:04 -0500
commit93ed77b9bce3890f81bcde67cce898bef86c2d35 (patch)
treec916a0ac8520d3f9abb5db88805a6eef40f106fe /src/dbus-data.h
parentc63d06803b61ba0597e698077aac6c8b69c0549e (diff)
downloadayatana-indicator-messages-93ed77b9bce3890f81bcde67cce898bef86c2d35.tar.gz
ayatana-indicator-messages-93ed77b9bce3890f81bcde67cce898bef86c2d35.tar.bz2
ayatana-indicator-messages-93ed77b9bce3890f81bcde67cce898bef86c2d35.zip
Adding properties for the new menuitems we need to build for showing applications and indicators.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index db59003..eb15bcd 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -12,4 +12,13 @@
#define LAUNCHER_MENUITEM_PROP_APP_NAME "application-name"
#define LAUNCHER_MENUITEM_PROP_APP_DESC "application-description"
+#define APPLICATION_MENUITEM_TYPE "application-item"
+#define APPLICATION_MENUITEM_PROP_NAME "app-name"
+#define APPLICATION_MENUITEM_PROP_COUNT "count"
+
+#define INDICATOR_MENUITEM_TYPE "indicator-item"
+#define INDICATOR_MENUITEM_PROP_LABEL "label"
+#define INDICATOR_MENUITEM_PROP_ICON "icon"
+#define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text"
+
#endif /* __DBUS_DATA_H__ */