Fix annotation typos
This commit is contained in:
parent
493041c505
commit
4c850d39c5
@ -2195,7 +2195,7 @@ clutter_actor_animate (ClutterActor *actor,
|
|||||||
* @n_properties: number of property names and values
|
* @n_properties: number of property names and values
|
||||||
* @properties: (array length=n_properties) (element-type utf8): a vector
|
* @properties: (array length=n_properties) (element-type utf8): a vector
|
||||||
* containing the property names to set
|
* containing the property names to set
|
||||||
* @values: (array length=n_properies): a vector containing the
|
* @values: (array length=n_properties): a vector containing the
|
||||||
* property values to set
|
* property values to set
|
||||||
*
|
*
|
||||||
* Animates the given list of properties of @actor between the current
|
* Animates the given list of properties of @actor between the current
|
||||||
@ -2247,7 +2247,7 @@ clutter_actor_animatev (ClutterActor *actor,
|
|||||||
* @n_properties: number of property names and values
|
* @n_properties: number of property names and values
|
||||||
* @properties: (array length=n_properties) (element-type utf8): a vector
|
* @properties: (array length=n_properties) (element-type utf8): a vector
|
||||||
* containing the property names to set
|
* containing the property names to set
|
||||||
* @values: (array length=n_properies): a vector containing the
|
* @values: (array length=n_properties): a vector containing the
|
||||||
* property values to set
|
* property values to set
|
||||||
*
|
*
|
||||||
* Animates the given list of properties of @actor between the current
|
* Animates the given list of properties of @actor between the current
|
||||||
@ -2302,7 +2302,7 @@ clutter_actor_animate_with_timelinev (ClutterActor *actor,
|
|||||||
* @n_properties: number of property names and values
|
* @n_properties: number of property names and values
|
||||||
* @properties: (array length=n_properties) (element-type utf8): a vector
|
* @properties: (array length=n_properties) (element-type utf8): a vector
|
||||||
* containing the property names to set
|
* containing the property names to set
|
||||||
* @values: (array length=n_properies): a vector containing the
|
* @values: (array length=n_properties): a vector containing the
|
||||||
* property values to set
|
* property values to set
|
||||||
*
|
*
|
||||||
* Animates the given list of properties of @actor between the current
|
* Animates the given list of properties of @actor between the current
|
||||||
|
Loading…
Reference in New Issue
Block a user