From 9f26d1a14e451cb6d9b269cfd841cc1b6ba1a37c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 10 Jan 2011 11:12:38 +0100 Subject: [PATCH] Timeline: Fix documentation of return value --- ges/ges-timeline.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ges/ges-timeline.c b/ges/ges-timeline.c index a2ecbc1ab0..9a7ad48970 100644 --- a/ges/ges-timeline.c +++ b/ges/ges-timeline.c @@ -975,7 +975,8 @@ ges_timeline_get_tracks (GESTimeline * timeline) * ges_timeline_get_layers: * @timeline: a #GESTimeline * - * Returns the list of #GESTimelineLayer present in the Timeline. + * Returns: (transfer full) (element-type GESTimelineLayer): the list of + * #GESTimelineLayer present in the Timeline. * The caller should unref each Layer once he is done with them. */ GList *