diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-19 20:53:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-20 15:09:00 +0800 |
commit | 225932c9e57331509eb15ac402af6020027fc08a (patch) | |
tree | 2897d8aadca750e591bc60d916b16929360727b7 /libempathy/empathy-dispatcher.h | |
parent | e502bb48739f6d5b63dbee2c698b090928110400 (diff) | |
download | gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar.gz gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar.bz2 gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar.lz gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar.xz gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.tar.zst gsoc2013-empathy-225932c9e57331509eb15ac402af6020027fc08a.zip |
remove empathy_dispatcher_find_requestable_channel_classes_async (#632550)
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index cd54fa5d1..2f786db7a 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -70,12 +70,6 @@ void empathy_dispatcher_join_muc (TpAccount *account, const gchar *roomname, gint64 timestamp); -void empathy_dispatcher_find_requestable_channel_classes_async - (EmpathyDispatcher *dispatcher, TpConnection *connection, - const gchar *channel_type, guint handle_type, - EmpathyDispatcherFindChannelClassCb callback, gpointer user_data, - const char *first_property_name, ...); - GList * empathy_dispatcher_find_requestable_channel_classes (EmpathyDispatcher *dispatcher, TpConnection *connection, const gchar *channel_type, guint handle_type, |