From: Pierre-Luc Beaudoin Date: Mon, 4 May 2009 03:31:35 +0000 (-0400) Subject: Add small documentation fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6e67f45a15d31740a2061906ae5bdfdc570804a;p=libchamplain Add small documentation fixes --- diff --git a/champlain/champlain-base-marker.c b/champlain/champlain-base-marker.c index a402c7b..acb3035 100644 --- a/champlain/champlain-base-marker.c +++ b/champlain/champlain-base-marker.c @@ -21,7 +21,7 @@ * @short_description: A base marker to identify points of interest on a map * * Base markers reprensent points of interest on a map. base markers need to be - * placed on a layer (a #cluttergroup). layers have to be added to a + * placed on a layer (a #ChamplainLayer). layers have to be added to a * #champlainview for the base_markers to show on the map. * * a basemarker is nothing more than a regular #clutteractor. you can draw on diff --git a/champlain/champlain-marker.c b/champlain/champlain-marker.c index 7f0abff..0db7256 100644 --- a/champlain/champlain-marker.c +++ b/champlain/champlain-marker.c @@ -21,12 +21,11 @@ * @short_description: A marker to identify points of interest on a map * * Markers reprensent points of interest on a map. Markers need to be placed on - * a layer (a #ClutterGroup). Layers have to be added to a #ChamplainView for + * a layer (a #ChamplainLayer). Layers have to be added to a #ChamplainView for * the markers to show on the map. * * A marker is nothing more than a regular #ClutterActor. You can draw on it - * what ever you want. Don't forget to set the anchor position in the marker - * using #clutter_actor_set_anchor. Set the markers position on the map + * what ever you want. Set the markers position on the map * using #champlain_marker_set_position. * * Champlain has a default type of markers with text. To create one,