[telepathy-gabble/master] rename gabble_bytestream_factory_get_socks_proxies to gabble_bytestream_factory_get_socks5_proxies

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Apr 3 08:41:36 PDT 2009


---
 src/bytestream-factory.c |    2 +-
 src/bytestream-factory.h |    2 +-
 src/bytestream-socks5.c  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bytestream-factory.c b/src/bytestream-factory.c
index db8acb9..5094bdb 100644
--- a/src/bytestream-factory.c
+++ b/src/bytestream-factory.c
@@ -1908,7 +1908,7 @@ gabble_bytestream_factory_make_multi_accept_iq (const gchar *full_jid,
 }
 
 const GSList *
-gabble_bytestream_factory_get_socks_proxies (GabbleBytestreamFactory *self)
+gabble_bytestream_factory_get_socks5_proxies (GabbleBytestreamFactory *self)
 {
   GabbleBytestreamFactoryPrivate *priv = GABBLE_BYTESTREAM_FACTORY_GET_PRIVATE (
       self);
diff --git a/src/bytestream-factory.h b/src/bytestream-factory.h
index fcefe14..532a067 100644
--- a/src/bytestream-factory.h
+++ b/src/bytestream-factory.h
@@ -106,7 +106,7 @@ gboolean gabble_bytestream_factory_negotiate_stream (
 
 gchar *gabble_bytestream_factory_generate_stream_id (void);
 
-const GSList *gabble_bytestream_factory_get_socks_proxies (
+const GSList *gabble_bytestream_factory_get_socks5_proxies (
     GabbleBytestreamFactory *self);
 
 G_END_DECLS
diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index 0366f92..e7ae4f5 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -1520,7 +1520,7 @@ initiator_connected_to_proxy (GabbleBytestreamSocks5 *self)
   GabbleSocks5Proxy *proxy = NULL;
   GibberTCPTransport *transport;
 
-  proxies = gabble_bytestream_factory_get_socks_proxies(
+  proxies = gabble_bytestream_factory_get_socks5_proxies (
       priv->conn->bytestream_factory);
   for (l = (GSList *) proxies; l != NULL; l = g_slist_next (l))
      {
@@ -1856,7 +1856,7 @@ gabble_bytestream_socks5_initiate (GabbleBytestreamIface *iface)
       const GSList *proxies;
       GSList *l;
 
-      proxies = gabble_bytestream_factory_get_socks_proxies(
+      proxies = gabble_bytestream_factory_get_socks5_proxies (
           priv->conn->bytestream_factory);
 
       for (l = (GSList *) proxies; l != NULL; l = g_slist_next (l))
-- 
1.5.6.5




More information about the telepathy-commits mailing list