From cc6200292f40c5573df57d823b72620e9abd946e Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 14 Aug 2012 20:33:57 -0400 Subject: [PATCH] GI: Fix some annotations in TrackObject --- ges/ges-track-object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-track-object.c b/ges/ges-track-object.c index f32f2ba008..f676cce807 100644 --- a/ges/ges-track-object.c +++ b/ges/ges-track-object.c @@ -1388,12 +1388,12 @@ cant_copy: /** * ges_track_object_list_children_properties: * @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 * 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 * * Since: 0.10.2