#ifndef __DBUS_DATA_H__ #define __DBUS_DATA_H__ 1 #define INDICATOR_MESSAGES_DBUS_NAME "org.ayatana.indicator.messages" #define INDICATOR_MESSAGES_DBUS_OBJECT "/org/ayatana/indicator/messages/menu" #define INDICATOR_MESSAGES_DBUS_SERVICE_OBJECT "/org/ayatana/indicator/messages/service" #define INDICATOR_MESSAGES_DBUS_SERVICE_INTERFACE "org.ayatana.indicator.messages.service" #define LAUNCHER_MENUITEM_TYPE "launcher-item" #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__ */