Minor fix to documentation for clutter_actor_get_anchor_point

In both versions of clutter_actor_get_anchor_point the description of
the @anchor_y parameter was slightly wrong in different ways.
This commit is contained in:
Neil Roberts 2008-12-17 14:47:23 +00:00
parent 335b650d0b
commit 140e4e1be2

View File

@ -6172,7 +6172,7 @@ clutter_actor_move_anchor_point (ClutterActor *self,
* clutter_actor_get_anchor_point:
* @self: a #ClutterActor
* @anchor_x: return location for the X coordinate of the anchor point
* @anchor_y: return location for the y coordinate of the anchor point
* @anchor_y: return location for the Y coordinate of the anchor point
*
* Gets the current anchor point of the @actor in pixels.
*
@ -6280,8 +6280,8 @@ clutter_actor_move_anchor_pointu (ClutterActor *self,
/**
* clutter_actor_get_anchor_pointu:
* @self: a #ClutterActor
* @anchor_x: return location for the X coordinace of the anchor point
* @anchor_y: return location for the X coordinace of the anchor point
* @anchor_x: return location for the X coordinate of the anchor point
* @anchor_y: return location for the Y coordinate of the anchor point
*
* Gets the current anchor point of the @actor in #ClutterUnit<!-- -->s.
*