[telepathy-mission-control/master] McdDispatcher: add constants for the bus name and object path prefixes of Clients

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Apr 7 04:55:06 PDT 2009


---
 src/mcd-dispatcher.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index acc8dd5..8e51a06 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -189,6 +189,10 @@ typedef struct _McdClient
 #define MC_FILE_IFACE_CLIENT_OBSERVER \
     "org.freedesktop.Telepathy.Client.Observer"
 
+/* Analogous to TP_CM_*_BASE */
+#define MC_CLIENT_BUS_NAME_BASE MC_FILE_IFACE_CLIENT "."
+#define MC_CLIENT_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Client/"
+
 struct _McdDispatcherPrivate
 {
     /* Dispatching contexts */
-- 
1.5.6.5




More information about the telepathy-commits mailing list