From: Pierre-Luc Beaudoin Date: Fri, 16 Oct 2009 21:58:39 +0000 (-0400) Subject: Fix doc generation X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786fdcf0065a4705a7a65313c406ee3bdd82ed00;p=libchamplain Fix doc generation --- 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