From 93ed77b9bce3890f81bcde67cce898bef86c2d35 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 14:57:04 -0500 Subject: Adding properties for the new menuitems we need to build for showing applications and indicators. --- src/dbus-data.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/dbus-data.h') 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__ */ -- cgit v1.2.3