parse

fun parse(uriString: String, flags: UriFlags): <Error class: unknown class><Uri>

Parses @uri_string according to @flags. If the result is not a valid relative-absolute-uris, it will be discarded, and an error returned.

Return

a new #GUri, or NULL on error.

Since

2.66

Parameters

uriString

a string representing an absolute URI

flags

flags describing how to parse @uri_string