From 2bd314e7c8c67f165edff2798beb3da6b4eb5c73 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Mon, 3 Aug 2009 21:29:12 -0400 Subject: [PATCH] Update doc to include latest API changes --- docs/reference/libchamplain-sections.txt | 30 ++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt index a2c86d0..b2321c5 100644 --- a/docs/reference/libchamplain-sections.txt +++ b/docs/reference/libchamplain-sections.txt @@ -37,6 +37,7 @@ CHAMPLAIN_MAP_SOURCE_GET_CLASS champlain-marker ChamplainMarker ChamplainMarker +champlain_marker_set_highlight_color champlain_marker_new champlain_marker_new_with_text champlain_marker_new_with_image @@ -83,6 +84,12 @@ CHAMPLAIN_MARKER_GET_CLASS ChamplainBaseMarker champlain_base_marker_new champlain_base_marker_set_position +champlain_base_marker_animate_in +champlain_base_marker_animate_in_with_delay +champlain_base_marker_animate_out +champlain_base_marker_animate_out_with_delay +champlain_base_marker_get_highlighted +champlain_base_marker_set_highlighted CHAMPLAIN_BASE_MARKER CHAMPLAIN_IS_BASE_MARKER @@ -233,6 +240,14 @@ CHAMPLAIN_TILE_GET_CLASS ChamplainLayer ChamplainLayer champlain_layer_new +champlain_layer_add_marker +champlain_layer_remove_marker +champlain_layer_animate_in_all_markers +champlain_layer_animate_out_all_markers +champlain_layer_show +champlain_layer_hide +champlain_layer_show_all_markers +champlain_layer_hide_all_markers CHAMPLAIN_LAYER CHAMPLAIN_IS_LAYER @@ -339,6 +354,7 @@ champlain_point_get_type ChamplainCache ChamplainCache ChamplainCacheClass +champlain_cache_get_default champlain_cache_fill_tile champlain_cache_dup_default champlain_cache_get_size_limit @@ -367,6 +383,12 @@ champlain_map_source_factory_dup_default champlain_map_source_factory_dup_list champlain_map_source_factory_create champlain_map_source_factory_register +champlain_map_source_desc_copy +champlain_map_source_desc_free +champlain_map_source_desc_get_type +champlain_map_source_desc_new +champlain_map_source_factory_get_default +champlain_map_source_factory_get_list CHAMPLAIN_MAP_SOURCE_FACTORY CHAMPLAIN_IS_MAP_SOURCE_FACTORY @@ -382,7 +404,9 @@ CHAMPLAIN_MAP_SOURCE_FACTORY_GET_CLASS ChamplainPolygon ChamplainPolygon champlain_polygon_new +champlain_polygon_insert_point champlain_polygon_append_point +champlain_polygon_remove_point champlain_polygon_clear_points champlain_polygon_get_fill champlain_polygon_get_fill_color @@ -390,14 +414,13 @@ champlain_polygon_get_points champlain_polygon_get_stroke champlain_polygon_get_stroke_color champlain_polygon_get_stroke_width -champlain_polygon_hide -champlain_polygon_insert_point champlain_polygon_set_fill champlain_polygon_set_fill_color champlain_polygon_set_stroke champlain_polygon_set_stroke_color champlain_polygon_set_stroke_width champlain_polygon_show +champlain_polygon_hide CHAMPLAIN_POLYGON_FACTORY CHAMPLAIN_IS_POLYGON @@ -422,6 +445,9 @@ champlain_selection_layer_unselect champlain_selection_layer_marker_is_selected champlain_selection_layer_select_all champlain_selection_layer_unselect_all +champlain_selection_layer_get_selection_mode +champlain_selection_layer_set_selection_mode +champlain_selection_mode_get_type CHAMPLAIN_IS_SELECTION_LAYER CHAMPLAIN_IS_SELECTION_LAYER_CLASS -- 2.39.5