[docs] Add a missing "return" annotation

The documentation for the get_anchor_point_gravity() method is
missing the "Return value:" section.
This commit is contained in:
Emmanuele Bassi 2009-02-19 14:56:07 +00:00
parent 9bdbe8a06a
commit 4aecece48d

View File

@ -6684,6 +6684,8 @@ clutter_actor_set_anchor_pointu (ClutterActor *self,
* the anchor point was specified using pixels or units this will
* return %CLUTTER_GRAVITY_NONE.
*
* Return value: the #ClutterGravity used by the anchor point
*
* Since: 1.0
*/
ClutterGravity