From 4aecece48d94b32ec482487a55d5d30042c83c99 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Feb 2009 14:56:07 +0000 Subject: [PATCH] [docs] Add a missing "return" annotation The documentation for the get_anchor_point_gravity() method is missing the "Return value:" section. --- clutter/clutter-actor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index a95b92763..1b41014d3 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -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