mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
ges-uri-asset.c: Fix ges_uri_asset_request_sync annotations.
This commit is contained in:
parent
d702b16e25
commit
1d00f45f4f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue