diff options
| author | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-05-27 12:07:19 +0200 |
| commit | 7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed (patch) | |
| tree | d9d209a4f38bd648aa7fc99b11213adeaaaf8bd7 /src/dbus-data.h | |
| parent | 4b94b5ce74148729ff76496806050da6b40c5ded (diff) | |
| parent | d2bd9a0a70bbcb73997561baa7a61ddbe7e4780a (diff) | |
| download | ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.gz ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.tar.bz2 ayatana-indicator-messages-7b86d3f1e1156643ba9538ef2c6edd3bd14f02ed.zip | |
Merge in the dbusmenu changes from the dbusmenu branch
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__ */ |
