Uri.parseRelative

glib.uri.Uri parseRelative(string uriRef, glib.types.UriFlags flags)

Parses uri_ref according to flags and, if it is a

relative URI, resolves it relative to base_uri.

If the result is not a valid absolute URI, it will be discarded, and an error returned.

Parameters

uriRefa string representing a relative or absolute URI
flagsflags describing how to parse uri_ref

Returns

a new #GUri, or NULL on error.

Throws

[UriException]