[ CCode ( cname = "ges_uri_clip_asset_request_sync" , has_construct_function = false ) ]
public UriClipAsset.request_sync (string uri) throws Error
Creates a UriClipAsset for uri
syncronously.
You should avoid to use it in application, and rather create UriClipAsset asynchronously
uri |
The URI of the file for which to create a UriClipAsset. You can also use multi file uris for MultiFileSource. |
A reference to the requested asset or null if an error happened |