]> err.no Git - libchamplain/commitdiff
Add small documentation fixes
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 4 May 2009 03:31:35 +0000 (23:31 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 4 May 2009 03:31:35 +0000 (23:31 -0400)
champlain/champlain-base-marker.c
champlain/champlain-marker.c

index a402c7b3b69502ac05a92a38cb3c8c5332a21989..acb3035b403ef80dd5259d3773b61c53b583d957 100644 (file)
@@ -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
index 7f0abff24c555b4f3f8964f6207cd148301a543d..0db7256a774a012177b0ae54c085d9b6ca5ad7c8 100644 (file)
  * @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,