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.)
a URI
a #SoupURI, or %NULL if the given string was found to be invalid.
ConstructionException GTK+ fails to create the object.
See Implementation
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.)