aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-08 23:01:45 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-06-09 17:19:57 +0800
commit8ea5a5768163c694085f9f39f55c1a4895e84798 (patch)
tree8b66c2c17010b985707262c84294db6bd3e4e432 /libempathy
parent58942506c55e5fba09a6e85e9e581b80cb62ac27 (diff)
downloadgsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar.gz
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar.bz2
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar.lz
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar.xz
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.tar.zst
gsoc2013-empathy-8ea5a5768163c694085f9f39f55c1a4895e84798.zip
Define EMPATHY_CALL_BUS_NAME{,_SUFFIX}
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-request-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-request-util.h b/libempathy/empathy-request-util.h
index 49b98a433..70a607e73 100644
--- a/libempathy/empathy-request-util.h
+++ b/libempathy/empathy-request-util.h
@@ -36,6 +36,9 @@ G_BEGIN_DECLS
#define EMPATHY_AV_BUS_NAME_SUFFIX "Empathy.AudioVideo"
#define EMPATHY_AV_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_AV_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_FT_BUS_NAME_SUFFIX "Empathy.FileTransfer"
#define EMPATHY_FT_BUS_NAME TP_CLIENT_BUS_NAME_BASE EMPATHY_FT_BUS_NAME_SUFFIX