From c12336006558fc5c6975c50529b3174d90d12308 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 19 Apr 2008 21:04:18 +0000 Subject: Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tube() and return the new EmpathyTpTube object. svn path=/trunk/; revision=981 --- libempathy/empathy-tp-tube.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-tp-tube.h') 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__ */ -- cgit v1.2.3