[libchamplain] Update vapi and libchamplain-sections.txt with new functions
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Update vapi and libchamplain-sections.txt with new functions
- Date: Fri, 5 Aug 2016 09:29:09 +0000 (UTC)
commit bc266f033ec11d420d2c203da424b04831192276
Author: Jiří Techet <techet gmail com>
Date: Fri Aug 5 11:24:22 2016 +0200
Update vapi and libchamplain-sections.txt with new functions
champlain/champlain-0.12.vapi | 3 +++
docs/reference/libchamplain-sections.txt | 2 ++
2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/champlain/champlain-0.12.vapi b/champlain/champlain-0.12.vapi
index f2f0cc6..ebea456 100644
--- a/champlain/champlain-0.12.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -329,12 +329,15 @@ namespace Champlain {
protected NetworkTileSource ();
[CCode (has_construct_function = false)]
public NetworkTileSource.full (string id, string name, string license, string license_uri,
uint min_zoom, uint max_zoom, uint tile_size, Champlain.MapProjection projection, string uri_format,
Champlain.Renderer renderer);
+ public int get_max_conns ();
public bool get_offline ();
public unowned string get_proxy_uri ();
public unowned string get_uri_format ();
+ public void set_max_conns (int max_conns);
public void set_offline (bool offline);
public void set_proxy_uri (string proxy_uri);
public void set_uri_format (string uri_format);
+ public int max_conns { get; set; }
public bool offline { get; set; }
public string proxy_uri { get; set; }
public string uri_format { get; set construct; }
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index 970d819..37b8233 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -195,6 +195,8 @@ champlain_network_tile_source_set_offline
champlain_network_tile_source_get_offline
champlain_network_tile_source_set_proxy_uri
champlain_network_tile_source_get_proxy_uri
+champlain_network_tile_source_set_max_conns
+champlain_network_tile_source_get_max_conns
<SUBSECTION Standard>
CHAMPLAIN_NETWORK_TILE_SOURCE
CHAMPLAIN_IS_NETWORK_TILE_SOURCE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]