ges-uri-asset.c: Fix ges_uri_asset_request_sync annotations.
authorMathieu Duponchelle <mathieu.duponchelle@epitech.eu>
Tue, 30 Apr 2013 17:16:10 +0000 (19:16 +0200)
committerThibault Saunier <thibault.saunier@collabora.com>
Mon, 17 Jun 2013 02:02:49 +0000 (22:02 -0400)
ges/ges-uri-asset.c

index 045276c..55a875b 100644 (file)
@@ -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)