diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-06 22:18:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 16:03:00 +0800 |
commit | 26110eb9baef0ef58e8daebff9c3373485da3e50 (patch) | |
tree | 19b1bde418cb00b3d73c02a5f792fe06224861d8 /libempathy/empathy-dispatcher.h | |
parent | 817f3db6bb903c509b55a194425a1ccb350192fa (diff) | |
download | gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.gz gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.bz2 gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.lz gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.xz gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.tar.zst gsoc2013-empathy-26110eb9baef0ef58e8daebff9c3373485da3e50.zip |
empathy_dispatcher_join_muc: remove callback arg
We always want to let the text handler handle the channel.
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 4 |
1 files changed, 1 insertions, 3 deletions
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, |