GI: Fix some annotations in TrackObject

This commit is contained in:
Thibault Saunier 2012-08-14 20:33:57 -04:00
parent c537fa12bb
commit cc6200292f

View file

@ -1388,12 +1388,12 @@ cant_copy:
/** /**
* ges_track_object_list_children_properties: * ges_track_object_list_children_properties:
* @object: The #GESTrackObject to get the list of children properties from * @object: The #GESTrackObject to get the list of children properties from
* @n_properties: return location for the length of the returned array * @n_properties: (out): return location for the length of the returned array
* *
* Gets an array of #GParamSpec* for all configurable properties of the * Gets an array of #GParamSpec* for all configurable properties of the
* children of @object. * children of @object.
* *
* Returns: (transfer full) (array): an array of #GParamSpec* which should be freed after use or * Returns: (transfer full) (array length=n_properties): an array of #GParamSpec* which should be freed after use or
* %NULL if something went wrong * %NULL if something went wrong
* *
* Since: 0.10.2 * Since: 0.10.2