from_string


Description:


[ Version ( replacement = "Uri.from_string" , since = "1.6" ) ]
public Uri? from_string (string uri)

Parses a URI string into a new Uri object.

Will return NULL if the URI cannot be parsed.

Parameters:

uri

The URI string to parse.

Returns:

A new Uri object, or NULL.


Namespace: Gst.URI
Package: gstreamer-1.0