[libchamplain/libchamplain-0-12: 20/22] Update autogenerated files



commit 0c66efb6aa38596857d512fda25a58a1994cbb14
Author: Jiří Techet <techet gmail com>
Date:   Mon Sep 16 23:09:20 2013 +0200

    Update autogenerated files

 champlain/champlain-0.12.vapi     |   28 +++++++++++++++++++++++-----
 docs/reference/libchamplain.types |    1 +
 2 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/champlain/champlain-0.12.vapi b/champlain/champlain-0.12.vapi
index dbc0e9b..349cc5c 100644
--- a/champlain/champlain-0.12.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -239,6 +239,7 @@ namespace Champlain {
                public unowned Champlain.MapSource create (string id);
                public unowned Champlain.MapSource create_cached_source (string id);
                public unowned Champlain.MapSource create_error_source (uint tile_size);
+               public unowned Champlain.MapSource create_memcached_source (string id);
                public static Champlain.MapSourceFactory dup_default ();
                public GLib.SList<weak Champlain.MapSourceDesc> get_registered ();
                public bool register (Champlain.MapSourceDesc desc);
@@ -499,6 +500,7 @@ namespace Champlain {
                [CCode (has_construct_function = false, type = "ClutterActor*")]
                public View ();
                public void add_layer (Champlain.Layer layer);
+               public void add_overlay_source (Champlain.MapSource map_source, uint8 opacity);
                [Deprecated (since = "0.12.4")]
                public void bin_layout_add (Clutter.Actor child, Clutter.BinAlignment x_align, 
Clutter.BinAlignment y_align);
                public void center_on (double latitude, double longitude);
@@ -516,6 +518,7 @@ namespace Champlain {
                public unowned Champlain.MapSource get_map_source ();
                public uint get_max_zoom_level ();
                public uint get_min_zoom_level ();
+               public GLib.List<weak Champlain.MapSource> get_overlay_sources ();
                public Champlain.State get_state ();
                public void get_viewport_origin (out int x, out int y);
                public uint get_zoom_level ();
@@ -525,6 +528,7 @@ namespace Champlain {
                public double longitude_to_x (double longitude);
                public void reload_tiles ();
                public void remove_layer (Champlain.Layer layer);
+               public void remove_overlay_source (Champlain.MapSource map_source);
                public void set_animate_zoom (bool value);
                public void set_background_pattern (Clutter.Content background);
                public void set_deceleration (double rate);
@@ -543,6 +547,10 @@ namespace Champlain {
                public bool animate_zoom { get; set; }
                public Clutter.Actor background_pattern { get; set; }
                public double deceleration { get; set; }
+               [NoAccessorMethod]
+               public uint goto_animation_duration { get; set; }
+               [NoAccessorMethod]
+               public Clutter.AnimationMode goto_animation_mode { get; set; }
                public bool keep_center_on_resize { get; set; }
                public bool kinetic_mode { get; set; }
                [NoAccessorMethod]
@@ -610,32 +618,32 @@ namespace Champlain {
                public weak string style;
                public double size;
        }
-       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_MAP_PROJECTION_")]
+       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_MAP_PROJECTION_", 
has_type_id = false)]
        public enum MapProjection {
                [CCode (cname = "CHAMPLAIN_MAP_PROJECTION_MERCATOR")]
                MAP_PROJECTION_MERCATOR
        }
-       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_MEMPHIS_RULE_TYPE_")]
+       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_MEMPHIS_RULE_TYPE_", 
has_type_id = false)]
        public enum MemphisRuleType {
                UNKNOWN,
                NODE,
                WAY,
                RELATION
        }
-       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_SELECTION_")]
+       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_SELECTION_", has_type_id = 
false)]
        public enum SelectionMode {
                NONE,
                SINGLE,
                MULTIPLE
        }
-       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_STATE_")]
+       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_STATE_", has_type_id = 
false)]
        public enum State {
                NONE,
                LOADING,
                LOADED,
                DONE
        }
-       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_UNIT_")]
+       [CCode (cheader_filename = "champlain/champlain.h", cprefix = "CHAMPLAIN_UNIT_", has_type_id = false)]
        public enum Unit {
                KM,
                MILES
@@ -662,6 +670,16 @@ namespace Champlain {
        public const string MAP_SOURCE_OSM_OSMARENDER;
        [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OSM_TRANSPORT_MAP")]
        public const string MAP_SOURCE_OSM_TRANSPORT_MAP;
+       [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OWM_CLOUDS")]
+       public const string MAP_SOURCE_OWM_CLOUDS;
+       [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OWM_PRECIPITATION")]
+       public const string MAP_SOURCE_OWM_PRECIPITATION;
+       [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OWM_PRESSURE")]
+       public const string MAP_SOURCE_OWM_PRESSURE;
+       [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OWM_TEMPERATURE")]
+       public const string MAP_SOURCE_OWM_TEMPERATURE;
+       [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAP_SOURCE_OWM_WIND")]
+       public const string MAP_SOURCE_OWM_WIND;
        [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAX_LATITUDE")]
        public const double MAX_LATITUDE;
        [CCode (cheader_filename = "champlain/champlain.h", cname = "CHAMPLAIN_MAX_LONGITUDE")]
diff --git a/docs/reference/libchamplain.types b/docs/reference/libchamplain.types
index 617b049..6b579ab 100644
--- a/docs/reference/libchamplain.types
+++ b/docs/reference/libchamplain.types
@@ -16,6 +16,7 @@ champlain_map_source_get_type
 champlain_marker_get_type
 champlain_marker_layer_get_type
 champlain_memory_cache_get_type
+champlain_memphis_renderer_get_type
 champlain_network_bbox_tile_source_get_type
 champlain_network_tile_source_get_type
 champlain_null_tile_source_get_type


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