aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-09 11:13:50 -0500
committerTed Gould <ted@canonical.com>2009-09-09 11:13:50 -0500
commit7623fd9959b213e529288f80f2708457d4e9fb67 (patch)
treec49b289c316fb202c765264c7e6823efeb0b4302 /src/dbus-data.h
parentf585e51aa9ebce21b54262ac8fa6151c01f3cb34 (diff)
parent3891bd9fd2b325d18d734b4de9c52a0162cebd3b (diff)
downloadayatana-indicator-messages-7623fd9959b213e529288f80f2708457d4e9fb67.tar.gz
ayatana-indicator-messages-7623fd9959b213e529288f80f2708457d4e9fb67.tar.bz2
ayatana-indicator-messages-7623fd9959b213e529288f80f2708457d4e9fb67.zip
Updated to current trunk.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index db59003..9f53f94 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -12,4 +12,15 @@
#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 "app-count"
+
+#define INDICATOR_MENUITEM_TYPE "indicator-item"
+#define INDICATOR_MENUITEM_PROP_LABEL "indicator-label"
+#define INDICATOR_MENUITEM_PROP_ICON "indicator-icon"
+#define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text"
+
+#define MAX_NUMBER_OF_INDICATORS 7
+
#endif /* __DBUS_DATA_H__ */