summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Danielsson <jonas@threetimestwo.org>2014-02-25 16:16:31 +0100
committerJiří Techet <techet@gmail.com>2014-02-26 19:21:35 +0100
commit594e04c91f23321b3c774e8507832faad1ee746c (patch)
tree086c8fa374bb0b0e246bd5409c7b3a3c3920071a
parenteb406913b9423a729fca93d0d91f8d9fd4d45cb4 (diff)
downloadlibchamplain-594e04c91f23321b3c774e8507832faad1ee746c.tar.gz
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
-rw-r--r--champlain/champlain-network-bbox-tile-source.c2
-rw-r--r--champlain/champlain-network-tile-source.c4
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
*/