From 75159cddce2b76a4d3b1e9bdafaff14a8b9c3cbb Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 28 Oct 2013 17:14:57 +0100 Subject: [PATCH] call-handler: use tp_call_channel_accept_async() --- examples/call-handler.c | 3 +-- 1 file changed, 1 insertion(+), 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", -- 1.8.3.1