diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 12:37:58 +0100 |
commit | b99103376be47ed4d1b2a74c2abc441141bc8107 (patch) | |
tree | b6c00a3a48f2df630a71766748bdc13e88b74838 /src/dbus-data.h | |
parent | e6c51e39309fe1f951df75ee80a43b12ed3e4265 (diff) | |
parent | 7bd2ed28f7657191beb001f60109167ab1644a57 (diff) | |
download | ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.gz ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.tar.bz2 ayatana-indicator-messages-b99103376be47ed4d1b2a74c2abc441141bc8107.zip |
Merging in the branch that pulls in the dbusmenu changes that change to using a service.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r-- | src/dbus-data.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h new file mode 100644 index 0000000..4aeedf0 --- /dev/null +++ b/src/dbus-data.h @@ -0,0 +1,8 @@ + +#ifndef __DBUS_DATA_H__ +#define __DBUS_DATA_H__ 1 + +#define INDICATOR_MESSAGES_DBUS_NAME "com.ubuntu.indicator.messages" +#define INDICATOR_MESSAGES_DBUS_OBJECT "/com/ubuntu/indicator/messages" + +#endif /* __DBUS_DATA_H__ */ |