]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-tube.h
Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tube(...
[empathy.git] / libempathy / empathy-tp-tube.h
index b4c009ba1858d957483fe3db98c067b89808d599..72314d4378d4a7c82b6803ca01a5567e0e8f54b1 100644 (file)
@@ -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__ */