From dcfda73777d26d8270b9f5c45a8ac6ec3b54fbdd Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 18 Dec 2012 19:47:50 -0300 Subject: [PATCH] trackobject: Some GI annotation fix --- ges/ges-track-object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-track-object.c b/ges/ges-track-object.c index 8182376805..8d1aac6e31 100644 --- a/ges/ges-track-object.c +++ b/ges/ges-track-object.c @@ -1440,7 +1440,7 @@ ges_track_object_get_child_property (GESTrackObject * object, * ges_track_object_get_child_property_by_pspec: * @object: a #GESTrackObject * @pspec: The #GParamSpec that specifies the property you want to get - * @value: return location for the value + * @value: (out): return location for the value * * Gets a property of a child of @object. * -- 2.34.1