aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 05:04:18 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-04-20 05:04:18 +0800
commitabfae3d51ffdbf84fa95f4236f0f93c245925dfa (patch)
tree6ccbad0fb3fe48f9562385e26a4b6866e5b0d14f /libempathy/empathy-tp-tube.h
parentd466c3321c2b249fa5b6a35f2d43bda53d399a29 (diff)
downloadgsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar.gz
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar.bz2
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar.lz
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar.xz
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.tar.zst
gsoc2013-empathy-abfae3d51ffdbf84fa95f4236f0f93c245925dfa.zip
Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tube() and return the new EmpathyTpTube object.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@981 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy/empathy-tp-tube.h')
-rw-r--r--libempathy/empathy-tp-tube.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-tube.h b/libempathy/empathy-tp-tube.h
index b4c009ba1..72314d437 100644
--- a/libempathy/empathy-tp-tube.h
+++ b/libempathy/empathy-tp-tube.h
@@ -55,15 +55,14 @@ 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_ipv4_stream_tube (EmpathyContact *contact,
+ const gchar *hostname, guint port, const gchar *service);
void empathy_tp_tube_accept_ipv4_stream_tube (EmpathyTpTube *tube);
void empathy_tp_tube_accept_unix_stream_tube (EmpathyTpTube *tube);
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__ */