diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 21:08:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-11 21:08:39 +0800 |
commit | fabcd2ec298f6773112c6fad57238c6f7bc2d77e (patch) | |
tree | 0e4e55a3727f983f238f824c139b5548e3088d80 /libempathy/empathy-dispatcher.h | |
parent | 17624f70285d74ed77f27d62f452095589512310 (diff) | |
download | gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar.gz gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar.bz2 gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar.lz gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar.xz gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.tar.zst gsoc2013-empathy-fabcd2ec298f6773112c6fad57238c6f7bc2d77e.zip |
re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_chat_with_contact_id
We don't use the callback arg anyway.
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 1fa6387f7..918a4286a 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -80,9 +80,7 @@ void empathy_dispatcher_chat_with_contact_id (TpAccount *account, gint64 timestamp); void empathy_dispatcher_chat_with_contact (EmpathyContact *contact, - gint64 timestamp, - EmpathyDispatcherRequestCb *callback, - gpointer user_data); + gint64 timestamp); /* Request a muc channel */ void empathy_dispatcher_join_muc (TpConnection *connection, |