From 6dfc14b3e64aca6e03e780b46da440935cf8b40b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 6 Jul 2010 16:26:26 +0200 Subject: [PATCH] utils: Document timeline_new_audio_video --- ges/ges-utils.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ges/ges-utils.c b/ges/ges-utils.c index 1971ef6..c8a33ca 100644 --- a/ges/ges-utils.c +++ b/ges/ges-utils.c @@ -30,6 +30,15 @@ #include "ges-timeline-layer.h" #include "ges.h" +/** + * ges_timeline_new_audio_video: + * + * Creates a new #GESTimeline containg a raw audio and a + * raw video track. + * + * Returns: The newly created #GESTimeline + */ + GESTimeline * ges_timeline_new_audio_video (void) { -- 2.7.4