aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-request-util.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-06 22:06:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-06 22:32:57 +0800
commit983d1b03fa252ea5743d58f290ab70be8fa8c291 (patch)
treefec9a37b9800abbd38cf07fe0cfafe6e63a03d00 /libempathy/empathy-request-util.h
parent21674ad377f646ef1e242f7e4260ee2398a220be (diff)
downloadgsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.gz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.bz2
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.lz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.xz
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.tar.zst
gsoc2013-empathy-983d1b03fa252ea5743d58f290ab70be8fa8c291.zip
prefix Telepathy bus names with TP_
So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
Diffstat (limited to 'libempathy/empathy-request-util.h')
-rw-r--r--libempathy/empathy-request-util.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libempathy/empathy-request-util.h b/libempathy/empathy-request-util.h
index 9c168d7a3..a8cfbfaab 100644
--- a/libempathy/empathy-request-util.h
+++ b/libempathy/empathy-request-util.h
@@ -29,14 +29,14 @@
G_BEGIN_DECLS
-#define EMPATHY_CHAT_BUS_NAME_SUFFIX "Empathy.Chat"
-#define EMPATHY_CHAT_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_CHAT_BUS_NAME_SUFFIX
+#define EMPATHY_CHAT_TP_BUS_NAME_SUFFIX "Empathy.Chat"
+#define EMPATHY_CHAT_TP_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_CHAT_TP_BUS_NAME_SUFFIX
-#define EMPATHY_CALL_BUS_NAME_SUFFIX "Empathy.Call"
-#define EMPATHY_CALL_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_CALL_BUS_NAME_SUFFIX
+#define EMPATHY_CALL_TP_BUS_NAME_SUFFIX "Empathy.Call"
+#define EMPATHY_CALL_TP_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_CALL_TP_BUS_NAME_SUFFIX
-#define EMPATHY_FT_BUS_NAME_SUFFIX "Empathy.FileTransfer"
-#define EMPATHY_FT_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_FT_BUS_NAME_SUFFIX
+#define EMPATHY_FT_TP_BUS_NAME_SUFFIX "Empathy.FileTransfer"
+#define EMPATHY_FT_TP_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_FT_TP_BUS_NAME_SUFFIX
/* Requesting 1 to 1 text channels */
void empathy_chat_with_contact_id (TpAccount *account,