diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:13:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:13:00 +0800 |
commit | 5436ecf05f66615d13540c19968361feda55c033 (patch) | |
tree | 41cee65706995106e0ab43533a325a7a733f4424 /libempathy/empathy-utils.h | |
parent | 802d468fe9f97763dc298236a5a79b8f835407d7 (diff) | |
download | gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar.gz gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar.bz2 gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar.lz gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar.xz gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.tar.zst gsoc2013-empathy-5436ecf05f66615d13540c19968361feda55c033.zip |
Remove custom channel requesting functionality, this should go through the dispatcher
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2144
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 3175f23aa..bfd8ce853 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -88,22 +88,6 @@ gboolean empathy_proxy_equal (gconstpointer a, gconstpointer b); guint empathy_proxy_hash (gconstpointer key); -typedef void (*empathy_connection_callback_for_request_channel) (TpConnection *connection, - TpChannel *channel, - const GError *error, - gpointer user_data, - GObject *weak_object); -void empathy_connection_request_channel (TpConnection *proxy, - gint timeout_ms, - const gchar *channel_type, - guint handle_type, - const gchar *name, - gboolean suppress_handler, - empathy_connection_callback_for_request_channel callback, - gpointer user_data, - GDestroyNotify destroy, - GObject *weak_object); - G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |