[libchamplain/libchamplain-0-4: 6/10] Fix doc generation



commit 786fdcf0065a4705a7a65313c406ee3bdd82ed00
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Fri Oct 16 17:58:39 2009 -0400

    Fix doc generation

 champlain/champlain-selection-layer.c    |    7 +++++--
 docs/reference/libchamplain-sections.txt |    1 +
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/champlain/champlain-selection-layer.c b/champlain/champlain-selection-layer.c
index 4abc2ba..450b1dc 100644
--- a/champlain/champlain-selection-layer.c
+++ b/champlain/champlain-selection-layer.c
@@ -266,7 +266,8 @@ champlain_selection_layer_new ()
 }
 
 /**
- * champlain_selection_get_selected:
+ * champlain_selection_layer_get_selected:
+ * @layer: a #ChamplainSelectionLayer
  *
  * This function will return NULL if in CHAMPLAIN_SELETION_MULTIPLE.
  *
@@ -287,7 +288,8 @@ champlain_selection_layer_get_selected (ChamplainSelectionLayer *layer)
 }
 
 /**
- * champlain_selection_get_selected_markers:
+ * champlain_selection_layer_get_selected_markers:
+ * @layer: a #ChamplainSelectionLayer
  *
  * Returns: the list of selected #ChamplainBaseMarker or NULL if none is selected.
  * You shouldn't free that list.
@@ -302,6 +304,7 @@ champlain_selection_layer_get_selected_markers (ChamplainSelectionLayer *layer)
 
 /**
  * champlain_selection_layer_count_selected_markers:
+ * @layer: a #ChamplainSelectionLayer
  *
  * Returns: the number of selected #ChamplainBaseMarker
  *
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index e57c723..1229f04 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -171,6 +171,7 @@ champlain_view_get_zoom_level
 champlain_view_set_zoom_on_double_click
 champlain_view_get_zoom_on_double_click
 champlain_view_add_layer
+champlain_view_remove_layer
 champlain_view_get_coords_from_event
 champlain_view_get_coords_at
 champlain_view_add_polygon



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