aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h8
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__ */