[next] telepathy-farstream: call-handler: use tp_call_channel_accept_async( )
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Tue Oct 29 08:32:47 CET 2013
Module: telepathy-farstream
Branch: next
Commit: 75159cddce2b76a4d3b1e9bdafaff14a8b9c3cbb
URL: http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=75159cddce2b76a4d3b1e9bdafaff14a8b9c3cbb
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Mon Oct 28 17:14:57 2013 +0100
call-handler: use tp_call_channel_accept_async()
---
examples/call-handler.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/examples/call-handler.c b/examples/call-handler.c
index e8893c0..d907dd1 100644
--- a/examples/call-handler.c
+++ b/examples/call-handler.c
@@ -578,8 +578,7 @@ new_call_channel_cb (TpSimpleHandler *handler,
tp_handle_channels_context_accept (handler_context);
- tp_cli_channel_type_call1_call_accept (proxy, -1,
- NULL, NULL, NULL, NULL);
+ tp_call_channel_accept_async (TP_CALL_CHANNEL (proxy), NULL, NULL);
context->proxy = g_object_ref (proxy);
g_signal_connect (proxy, "invalidated",
More information about the telepathy-commits
mailing list