URI.this

Parses an absolute URI.

You can also pass %NULL for @uri_string if you want to get back an "empty" #SoupURI that you can fill in by hand. (You will need to call at least soup_uri_set_scheme() and soup_uri_set_path(), since those fields are required.)

Parameters

uriString string

a URI

Return Value

a #SoupURI, or %NULL if the given string was found to be invalid.

Throws

ConstructionException GTK+ fails to create the object.

Meta