From d6e67f45a15d31740a2061906ae5bdfdc570804a Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 3 May 2009 23:31:35 -0400 Subject: [PATCH] Add small documentation fixes --- champlain/champlain-base-marker.c | 2 +- champlain/champlain-marker.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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, -- 2.39.5