File: dbus-data.h

package info (click to toggle)
indicator-messages 0.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,140 kB
  • ctags: 482
  • sloc: sh: 10,317; ansic: 2,798; makefile: 136; xml: 20
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

#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 APPLICATION_MENUITEM_TYPE        "application-item"
#define APPLICATION_MENUITEM_PROP_NAME   "app-name"
#define APPLICATION_MENUITEM_PROP_ICON   "app-icon"

#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__ */