aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-20 05:04:16 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-20 05:04:16 +0800
commit80c96c4a4b5ba3b356165c5fd89922af91e7b82a (patch)
treea2b8670ae86f6b598ce5f1c9bec29a9f865cdaa2 /libempathy/empathy-tp-tube.h
parent9551be139814df14b0b6670bcf9687c0ea8de847 (diff)
downloadgsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.gz
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.bz2
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.lz
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.xz
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.tar.zst
gsoc2013-empathy-80c96c4a4b5ba3b356165c5fd89922af91e7b82a.zip
Add empathy_offer_ipv4_stream_tube().
svn path=/trunk/; revision=980
Diffstat (limited to 'libempathy/empathy-tp-tube.h')
-rw-r--r--libempathy/empathy-tp-tube.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-tube.h b/libempathy/empathy-tp-tube.h
index 22f6b8dc8..b4c009ba1 100644
--- a/libempathy/empathy-tp-tube.h
+++ b/libempathy/empathy-tp-tube.h
@@ -26,6 +26,8 @@
#include <telepathy-glib/channel.h>
+#include "empathy-contact.h"
+
G_BEGIN_DECLS
#define EMPATHY_TYPE_TP_TUBE (empathy_tp_tube_get_type ())
@@ -59,6 +61,9 @@ void empathy_tp_tube_get_ipv4_socket (EmpathyTpTube *tube, gchar **hostname,
guint *port);
gchar * empathy_tp_tube_get_unix_socket (EmpathyTpTube *tube);
+void empathy_offer_ipv4_stream_tube (EmpathyContact *contact,
+ const gchar *hostname, guint port, const gchar *service);
+
G_END_DECLS
#endif /* __EMPATHY_TP_TUBE_H__ */