From e9d277609d81bd5198638b9565e1668ff8391235 Mon Sep 17 00:00:00 2001 From: Tim Horton Date: Thu, 18 Jun 2009 22:46:48 -0400 Subject: [PATCH] Add element-type annotations for animate*v functions Fixes bug: http://bugzilla.openedhand.com/show_bug.cgi?id=1653 Signed-off-by: Emmanuele Bassi --- clutter/clutter-animation.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clutter/clutter-animation.c b/clutter/clutter-animation.c index bd2870f01..4b408df80 100644 --- a/clutter/clutter-animation.c +++ b/clutter/clutter-animation.c @@ -1947,8 +1947,8 @@ clutter_actor_animate (ClutterActor *actor, * @mode: an animation mode logical id * @duration: duration of the animation, in milliseconds * @n_properties: number of property names and values - * @properties: (array length=n_properties): a vector containing the - * property names to set + * @properties: (array length=n_properties) (element-type utf8): a vector + * containing the property names to set * @values: (array length=n_properies): a vector containing the * property values to set * @@ -1999,8 +1999,8 @@ clutter_actor_animatev (ClutterActor *actor, * @mode: an animation mode logical id * @timeline: a #ClutterTimeline * @n_properties: number of property names and values - * @properties: (array length=n_properties): a vector containing the - * property names to set + * @properties: (array length=n_properties) (element-type utf8): a vector + * containing the property names to set * @values: (array length=n_properies): a vector containing the * property values to set * @@ -2054,8 +2054,8 @@ clutter_actor_animate_with_timelinev (ClutterActor *actor, * @actor: a #ClutterActor * @alpha: a #ClutterAlpha * @n_properties: number of property names and values - * @properties: (array length=n_properties): a vector containing the - * property names to set + * @properties: (array length=n_properties) (element-type utf8): a vector + * containing the property names to set * @values: (array length=n_properies): a vector containing the * property values to set *