From 29bfe9c0fe5242cc2cbaaf35fc641d77e46619f2 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sun, 31 Mar 2013 12:34:58 +0200 Subject: [PATCH] ges: Misc documentation fixes --- ges/ges-clip.c | 4 ++-- ges/ges-custom-source-clip.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ges/ges-clip.c b/ges/ges-clip.c index 0aa655a..e60c6db 100644 --- a/ges/ges-clip.c +++ b/ges/ges-clip.c @@ -774,8 +774,8 @@ ges_clip_move_to_layer (GESClip * clip, GESLayer * layer) * Note: If many objects match, then the one with the highest priority will be * returned. * - * Returns: (transfer full): The #GESTrackElement used by @track, else %NULL. - * Unref after usage. + * Returns: (transfer full): The #GESTrackElement used by @track, else %NULL, + * Unref after usage */ GESTrackElement * diff --git a/ges/ges-custom-source-clip.c b/ges/ges-custom-source-clip.c index 7505a13..04ee972 100644 --- a/ges/ges-custom-source-clip.c +++ b/ges/ges-custom-source-clip.c @@ -249,7 +249,7 @@ ges_custom_source_clip_new (GESFillTrackElementUserFunc func, * Helper constructor to instanciate a new #GESAsset from which you can * extract #GESCustomSourceClip-s * - * Returns: The new #GESAsset. + * Returns: The new #GESAsset */ GESAsset * ges_asset_custom_source_clip_new (GESFillTrackElementUserFunc func, -- 2.7.4