From: Pierre-Luc Beaudoin Date: Wed, 1 Apr 2009 19:39:28 +0000 (+0300) Subject: Fix Bug 576695 – Missing "Index of all symbols" X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b73b2730c0bd2aa117d4ea6966d9065651937c;p=libchamplain Fix Bug 576695 – Missing "Index of all symbols" and update to have the new objects --- diff --git a/configure.ac b/configure.ac index b22dbe3..8949e46 100644 --- a/configure.ac +++ b/configure.ac @@ -209,6 +209,7 @@ echo " libchamplain $VERSION" echo "" echo " Prefix: ${prefix}" echo " Compiler flags: ${CPPFLAGS}" +echo " Documentation: ${enable_gtk_doc}" echo " Debug: ${enable_debug}" echo " Gtk+ View: ${enable_gtk}" echo "" diff --git a/docs/reference/libchamplain-docs.sgml b/docs/reference/libchamplain-docs.sgml index 7ec468d..1f43a1f 100644 --- a/docs/reference/libchamplain-docs.sgml +++ b/docs/reference/libchamplain-docs.sgml @@ -9,14 +9,77 @@ for libchamplain &version; The latest version of this documentation can be found on-line at - http://blog.pierlux.com/projects/libchamplain/. + http://projects.gnome.org/libchamplain/. + + 2008,2009 + Pierre-Luc Beaudoin <pierre-luc@pierlux.com> + + + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free + Documentation License, Version 1.1 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the GNU Free + Documentation License from the Free Software + Foundation by visiting their Web site or by writing + to: + +
+ The Free Software Foundation, Inc., + 59 Temple Place - Suite 330, + Boston, MA 02111-1307, + USA +
+
+
- I. API Reference - - - + I. View API Reference + + + + + + + II. Map Source API Reference + + + + + Index + + + + Index of deprecated symbols + + + + Index of new symbols in 0.1 + + + + Index of new symbols in 0.2 + + + + Index of new symbols in 0.2.2 + + + + Index of new symbols in 0.2.7 + + + + Index of new symbols in 0.2.8 + + + + Index of new symbols in 0.4 + diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt index 6d92b95..b34ac37 100644 --- a/docs/reference/libchamplain-sections.txt +++ b/docs/reference/libchamplain-sections.txt @@ -1,42 +1,239 @@
-champlainview -ChamplainView -champlain/champlainview.h +champlain-map-source +ChamplainMapSourcePrivate +ChamplainMapProjection +ChamplainMapSource ChamplainMapSource -ChamplainViewMode +champlain_map_source_get_min_zoom_level +champlain_map_source_get_max_zoom_level +champlain_map_source_get_tile_size +champlain_map_source_get_x +champlain_map_source_get_y +champlain_map_source_get_longitude +champlain_map_source_get_latitude +champlain_map_source_get_row_count +champlain_map_source_get_column_count +champlain_map_source_get_tile +champlain_map_source_set_name +champlain_map_source_get_name +champlain_map_source_set_license +champlain_map_source_get_license + +CHAMPLAIN_MAP_SOURCE +CHAMPLAIN_IS_MAP_SOURCE +CHAMPLAIN_TYPE_MAP_SOURCE +champlain_map_source_get_type +CHAMPLAIN_MAP_SOURCE_CLASS +CHAMPLAIN_IS_MAP_SOURCE_CLASS +CHAMPLAIN_MAP_SOURCE_GET_CLASS +
+ +
+champlain-marker +ChamplainMarkerPrivate +ChamplainMarker +ChamplainMarker +champlain_marker_new +champlain_marker_set_position +champlain_marker_new_with_label +champlain_marker_new_with_image +champlain_marker_new_with_image_full + +CHAMPLAIN_MARKER +CHAMPLAIN_IS_MARKER +CHAMPLAIN_TYPE_MARKER +champlain_marker_get_type +CHAMPLAIN_MARKER_CLASS +CHAMPLAIN_IS_MARKER_CLASS +CHAMPLAIN_MARKER_GET_CLASS +
+ +
+champlain-zoom-level +ChamplainZoomLevel +ChamplainZoomLevel +champlain_zoom_level_new +champlain_zoom_level_get_width +champlain_zoom_level_get_height +champlain_zoom_level_get_zoom_level +champlain_zoom_level_get_actor +champlain_zoom_level_set_width +champlain_zoom_level_set_height +champlain_zoom_level_set_zoom_level +champlain_zoom_level_add_tile +champlain_zoom_level_remove_tile +champlain_zoom_level_tile_count +champlain_zoom_level_get_nth_tile + +CHAMPLAIN_ZOOM_LEVEL +CHAMPLAIN_IS_ZOOM_LEVEL +CHAMPLAIN_TYPE_ZOOM_LEVEL +champlain_zoom_level_get_type +CHAMPLAIN_ZOOM_LEVEL_CLASS +CHAMPLAIN_IS_ZOOM_LEVEL_CLASS +CHAMPLAIN_ZOOM_LEVEL_GET_CLASS +
+ +
+champlain-view +ChamplainViewPrivate +ChamplainScrollMode +ChamplainView ChamplainView champlain_view_new champlain_view_center_on +champlain_view_go_to +champlain_view_stop_go_to champlain_view_zoom_in champlain_view_zoom_out +champlain_view_set_zoom_level +champlain_view_set_min_zoom_level +champlain_view_set_max_zoom_level +champlain_view_ensure_visible +champlain_view_ensure_markers_visible +champlain_view_set_map_source +champlain_view_set_size +champlain_view_set_decel_rate +champlain_view_set_scroll_mode +champlain_view_set_keep_center_on_resize +champlain_view_set_show_license +champlain_view_set_zoom_on_double_click +champlain_view_add_layer champlain_view_get_coords_from_event +champlain_view_tile_ready CHAMPLAIN_VIEW CHAMPLAIN_IS_VIEW CHAMPLAIN_TYPE_VIEW +champlain_view_get_type +CHAMPLAIN_VIEW_CLASS CHAMPLAIN_IS_VIEW_CLASS +CHAMPLAIN_VIEW_GET_CLASS
-champlainmarker -ChamplainMarker -champlain/champlainmarker.h -ChamplainMarker -champlain_marker_new -champlain_marker_new_with_label -champlain_marker_new_with_image -champlain_marker_new_with_image_full -champlain_marker_set_anchor -champlain_marker_set_position +champlain-network-map-source +ChamplainNetworkMapSourcePrivate +ChamplainNetworkMapSource +ChamplainNetworkMapSource +champlain_network_map_source_new_full +champlain_map_source_new_osm_mapnik +champlain_map_source_new_osm_cyclemap +champlain_map_source_new_osm_osmarender +champlain_map_source_new_oam +champlain_map_source_new_mff_relief +champlain_network_map_source_get_tile_uri +champlain_network_map_source_set_tile_uri +champlain_network_map_source_get_tile +CHAMPLAIN_NETWORK_MAP_SOURCE +CHAMPLAIN_IS_NETWORK_MAP_SOURCE +CHAMPLAIN_TYPE_NETWORK_MAP_SOURCE +champlain_network_map_source_get_type +CHAMPLAIN_NETWORK_MAP_SOURCE_CLASS +CHAMPLAIN_IS_NETWORK_MAP_SOURCE_CLASS +CHAMPLAIN_NETWORK_MAP_SOURCE_GET_CLASS
-champlainlayer +champlain-tile +ChamplainTile +ChamplainTile +champlain_tile_new +champlain_tile_new_full +champlain_tile_get_x +champlain_tile_get_y +champlain_tile_get_zoom_level +champlain_tile_get_size +champlain_tile_get_state +champlain_tile_get_uri +champlain_tile_get_filename +champlain_tile_get_actor +champlain_tile_set_x +champlain_tile_set_y +champlain_tile_set_zoom_level +champlain_tile_set_size +champlain_tile_set_state +champlain_tile_set_uri +champlain_tile_set_filename +champlain_tile_set_actor + +CHAMPLAIN_TILE +CHAMPLAIN_IS_TILE +CHAMPLAIN_TYPE_TILE +champlain_tile_get_type +CHAMPLAIN_TILE_CLASS +CHAMPLAIN_IS_TILE_CLASS +CHAMPLAIN_TILE_GET_CLASS +
+ +
+champlain-layer ChamplainLayer -champlain/champlainlayer.h +ChamplainLayer champlain_layer_new +CHAMPLAIN_LAYER +CHAMPLAIN_IS_LAYER +CHAMPLAIN_TYPE_LAYER +champlain_layer_get_type +CHAMPLAIN_LAYER_CLASS +CHAMPLAIN_IS_LAYER_CLASS +CHAMPLAIN_LAYER_GET_CLASS +
+ +
+champlain-private +CHAMPLAIN_MARKER_GET_PRIVATE +Map +ChamplainMarkerPrivate +
+ +
+champlain-marshal +
+ +
+champlain-version +CHAMPLAIN_MAJOR_VERSION +CHAMPLAIN_MINOR_VERSION +CHAMPLAIN_MICRO_VERSION +CHAMPLAIN_VERSION +CHAMPLAIN_VERSION_S +CHAMPLAIN_VERSION_HEX +CHAMPLAIN_CHECK_VERSION +
+ +
+champlain-map +Map +map_new +map_load_visible_tiles +map_free +map_zoom_in +map_zoom_out +map_zoom_to +map_load_level +
+ +
+champlain-debug +ChamplainDebugFlags +champlain_debug_flag_is_set +champlain_debug +champlain_debug_set_flags +DEBUG +DEBUGGING +
+ +
+champlain-enum-types +CHAMPLAIN_TYPE_STATE +champlain_state_get_type +CHAMPLAIN_TYPE_SCROLL_MODE +champlain_scroll_mode_get_type +CHAMPLAIN_TYPE_MAP_PROJECTION +champlain_map_projection_get_type
@@ -47,4 +244,16 @@ CHAMPLAIN_MIN_LONG CHAMPLAIN_MAX_LONG
+
+champlain-defines +CHAMPLAIN_API +CHAMPLAIN_OBSOLETE_API +ChamplainView +ChamplainViewClass +ChamplainMarker +ChamplainMarkerClass +CHAMPLAIN_PARAM_READABLE +CHAMPLAIN_PARAM_READWRITE +ChamplainState +
diff --git a/docs/reference/libchamplain.types b/docs/reference/libchamplain.types index 4fb903b..75c38b9 100644 --- a/docs/reference/libchamplain.types +++ b/docs/reference/libchamplain.types @@ -1,3 +1,9 @@ #include champlain_view_get_type +champlain_marker_get_type +champlain_layer_get_type +champlain_map_source_get_type +champlain_network_map_source_get_type +champlain_zoom_level_get_type +champlain_tile_get_type