diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:13:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:13:26 +0800 |
commit | 12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4 (patch) | |
tree | aed5d21c73f9401cb5615c137073ba195043a3e7 /libempathy/empathy-tp-tube.h | |
parent | 3a9f3eaf06428d65c33a52a3371284e575472acd (diff) | |
download | gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar.gz gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar.bz2 gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar.lz gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar.xz gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.tar.zst gsoc2013-empathy-12ebd87be6d9f8ccd654f2fb167f0c64724bf8f4.zip |
Update to new stream tube spec
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2151
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 d439c6b63..a908b0690 100644 --- a/libempathy/empathy-tp-tube.h +++ b/libempathy/empathy-tp-tube.h @@ -55,7 +55,7 @@ struct _EmpathyTpTubeClass { }; GType empathy_tp_tube_get_type (void) G_GNUC_CONST; -EmpathyTpTube *empathy_tp_tube_new (TpChannel *channel, guint tube_id); +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); |