From 1d00f45f4f0c4a236b30a104aa382066315b1d10 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 30 Apr 2013 19:16:10 +0200 Subject: [PATCH] ges-uri-asset.c: Fix ges_uri_asset_request_sync annotations. --- ges/ges-uri-asset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ges/ges-uri-asset.c b/ges/ges-uri-asset.c index 045276c..55a875b 100644 --- a/ges/ges-uri-asset.c +++ b/ges/ges-uri-asset.c @@ -425,14 +425,14 @@ ges_uri_clip_asset_new (const gchar * uri, GCancellable * cancellable, } /** - * ges_uri_clip_asset_new_sync: + * ges_uri_clip_asset_request_sync: * @uri: The URI of the file for which to create a #GESUriClipAsset * @error: (allow-none): An error to be set in case something wrong happens or %NULL * * Creates a #GESUriClipAsset for @uri syncronously. You should avoid * to use it in application, and rather create #GESUriClipAsset asynchronously * - * Returns: A reference to the requested asset or %NULL if an error happend + * Returns: (transfer none): A reference to the requested asset or %NULL if an error happend */ GESUriClipAsset * ges_uri_clip_asset_request_sync (const gchar * uri, GError ** error) -- 2.7.4