summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 17:14:57 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-28 17:14:57 +0100
commit75159cddce2b76a4d3b1e9bdafaff14a8b9c3cbb (patch)
tree7d11e6ed3f5b675b13d61f6a78a595a75e907141
parent6c841de5701cc194ed7baa14f78fcc399630c160 (diff)
call-handler: use tp_call_channel_accept_async()next
-rw-r--r--examples/call-handler.c3
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",