From 26110eb9baef0ef58e8daebff9c3373485da3e50 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 6 Jul 2010 16:18:39 +0200 Subject: empathy_dispatcher_join_muc: remove callback arg We always want to let the text handler handle the channel. --- libempathy/empathy-dispatcher.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libempathy/empathy-dispatcher.h') diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index d1dec072c..93adb0691 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -94,9 +94,7 @@ void empathy_dispatcher_send_file_to_contact (EmpathyContact *contact, /* Request a muc channel */ void empathy_dispatcher_join_muc (TpConnection *connection, const gchar *roomname, - gint64 timestamp, - EmpathyDispatcherRequestCb *callback, - gpointer user_data); + gint64 timestamp); void empathy_dispatcher_find_requestable_channel_classes_async (EmpathyDispatcher *dispatcher, TpConnection *connection, -- cgit v1.2.3