summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2011-01-10 11:12:38 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-01-10 11:12:38 +0100
commit9f26d1a14e451cb6d9b269cfd841cc1b6ba1a37c (patch)
treeb457d4cd53577c6a62c66a6dd307b6c4548fdf6b
parentba5770993f4c4d56389e964514e0552e632d9a99 (diff)
Timeline: Fix documentation of return value
-rw-r--r--ges/ges-timeline.c3
1 files changed, 2 insertions, 1 deletions
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 *