Add element-type annotations for animate*v functions

Fixes bug:

  http://bugzilla.openedhand.com/show_bug.cgi?id=1653

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
Tim Horton 2009-06-18 22:46:48 -04:00 committed by Emmanuele Bassi
parent c272a7b2a2
commit e9d277609d

View File

@ -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
*