diff options
author | Guillaume Desmottes <gdesmott@gnome.org> | 2009-02-17 05:25:10 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-17 05:25:10 +0800 |
commit | 57421f481723492fc5a25391697316871fc69094 (patch) | |
tree | 13429ad7f234c58c31a4743ba7003dec05353163 /libempathy/empathy-tp-tube.h | |
parent | 22171e223624ae93d06404cd4b6729204e3b5328 (diff) | |
download | gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar.gz gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar.bz2 gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar.lz gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar.xz gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.tar.zst gsoc2013-empathy-57421f481723492fc5a25391697316871fc69094.zip |
add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer API
From: Guillaume Desmottes <gdesmott@gnome.org>
svn path=/trunk/; revision=2486
Diffstat (limited to 'libempathy/empathy-tp-tube.h')
-rw-r--r-- | libempathy/empathy-tp-tube.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-tube.h b/libempathy/empathy-tp-tube.h index 90955caa4..8e63945e5 100644 --- a/libempathy/empathy-tp-tube.h +++ b/libempathy/empathy-tp-tube.h @@ -71,7 +71,7 @@ GType empathy_tp_tube_get_type (void) G_GNUC_CONST; EmpathyTpTube *empathy_tp_tube_new (TpChannel *channel); EmpathyTpTube *empathy_tp_tube_new_stream_tube (EmpathyContact *contact, TpSocketAddressType type, const gchar *hostname, guint port, - const gchar *service); + const gchar *service, GHashTable *parameters); typedef void (EmpatyTpTubeAcceptStreamTubeCb) (EmpathyTpTube *tube, const EmpathyTpTubeAddress *address, const GError *error, |