From 70310ac54a098dc7c02a5700e369f50aa7fd1659 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 26 May 2009 00:28:08 +0200 Subject: Adding in dbus name and object --- src/dbus-data.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/dbus-data.h (limited to 'src/dbus-data.h') 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__ */ -- cgit v1.2.3