[libchamplain] Update documentation of proxy-uri property.



commit 594e04c91f23321b3c774e8507832faad1ee746c
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Tue Feb 25 16:16:31 2014 +0100

    Update documentation of proxy-uri property.
    
    SoupSession resolve the default proxy when the proxy-uri
    property is absent. Setting the proxy-uri will override the
    default proxy.
    
    This patch updates the doc to make that apparent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725126

 champlain/champlain-network-bbox-tile-source.c |    2 +-
 champlain/champlain-network-tile-source.c      |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/champlain/champlain-network-bbox-tile-source.c b/champlain/champlain-network-bbox-tile-source.c
index 2e04327..01559c0 100644
--- a/champlain/champlain-network-bbox-tile-source.c
+++ b/champlain/champlain-network-bbox-tile-source.c
@@ -201,7 +201,7 @@ champlain_network_bbox_tile_source_class_init (ChamplainNetworkBboxTileSourceCla
   /**
    * ChamplainNetworkBboxTileSource:proxy-uri:
    *
-   * The proxy URI to use to access network
+   * Used to override the default proxy for accessing the network.
    *
    * Since: 0.8
    */
diff --git a/champlain/champlain-network-tile-source.c b/champlain/champlain-network-tile-source.c
index 7ff3124..0e8e153 100644
--- a/champlain/champlain-network-tile-source.c
+++ b/champlain/champlain-network-tile-source.c
@@ -251,7 +251,7 @@ champlain_network_tile_source_class_init (ChamplainNetworkTileSourceClass *klass
   /**
    * ChamplainNetworkTileSource:proxy-uri:
    *
-   * The proxy uri used to access network
+   * Used to override the default proxy for accessing the network.
    *
    * Since: 0.4
    */
@@ -414,7 +414,7 @@ champlain_network_tile_source_get_proxy_uri (ChamplainNetworkTileSource *tile_so
  * @tile_source: the #ChamplainNetworkTileSource
  * @proxy_uri: the proxy uri used to access network
  *
- * Sets the proxy uri used to access network.
+ * Override the default proxy for accessing the network.
  *
  * Since: 0.6
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]