[next] telepathy-farstream: use TP_TOKEN_CHANNEL_TYPE_CALL1_*

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Oct 28 09:06:30 PDT 2013


Module: telepathy-farstream
Branch: next
Commit: 6c841de5701cc194ed7baa14f78fcc399630c160
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=6c841de5701cc194ed7baa14f78fcc399630c160

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Oct 28 17:06:06 2013 +0100

use TP_TOKEN_CHANNEL_TYPE_CALL1_*

---

 examples/call-handler.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/call-handler.c b/examples/call-handler.c
index 0050b5c..e8893c0 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -631,9 +631,9 @@ main (int argc, char **argv)
 
   tp_base_client_add_handler_capabilities_varargs (client,
     TP_IFACE_CHANNEL_TYPE_CALL1 "/video/h264",
-    TP_IFACE_CHANNEL_TYPE_CALL1 "/shm",
-    TP_IFACE_CHANNEL_TYPE_CALL1 "/ice",
-    TP_IFACE_CHANNEL_TYPE_CALL1 "/gtalk-p2p",
+    TP_TOKEN_CHANNEL_TYPE_CALL1_SHM,
+    TP_TOKEN_CHANNEL_TYPE_CALL1_ICE,
+    TP_TOKEN_CHANNEL_TYPE_CALL1_GTALK_P2P,
     NULL);
 
   tp_base_client_register (client, NULL);



More information about the telepathy-commits mailing list