From 3f28e2304aab16ad6d68054a19dcbfdd5c75e7c8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 9 Aug 2010 14:57:08 +0200 Subject: empathy_call_factory_new_call_with_streams: remove callback arg If you want to handle the channel yourself then use TpAccountChannelRequest. --- libempathy/empathy-call-factory.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libempathy/empathy-call-factory.c') diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 8d46310be..06029c4bd 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -220,7 +220,6 @@ empathy_call_factory_new_call_with_streams (EmpathyContact *contact, gboolean initial_audio, gboolean initial_video, gint64 timestamp, - EmpathyDispatcherRequestCb callback, gpointer user_data) { EmpathyDispatcher *dispatcher; @@ -232,7 +231,7 @@ empathy_call_factory_new_call_with_streams (EmpathyContact *contact, dispatcher = empathy_dispatcher_dup_singleton (); empathy_dispatcher_create_channel (dispatcher, - empathy_contact_get_connection (contact), request, timestamp, callback, + empathy_contact_get_connection (contact), request, timestamp, NULL, user_data); g_object_unref (dispatcher); -- cgit v1.2.3