Add element-type annotations for animate*v functions
authorTim Horton <hortont@svn.gnome.org>
Fri, 19 Jun 2009 02:46:48 +0000 (22:46 -0400)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 22 Jun 2009 11:27:17 +0000 (12:27 +0100)
Fixes bug:

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

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/clutter-animation.c

index bd2870f..4b408df 100644 (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
  *