Parses uri_string according to flags, to determine whether it is a valid
absolute URI, i.e. it does not need to be resolved
relative to another URI using g_uri_parse_relative().
If it’s not a valid URI, an error is returned explaining how it’s invalid.
See g_uri_split(), and the definition of GLib.UriFlags, for more
information on the effect of flags.
Parses
uri_stringaccording toflags, to determine whether it is a valid absolute URI, i.e. it does not need to be resolved relative to another URI usingg_uri_parse_relative().If it’s not a valid URI, an error is returned explaining how it’s invalid.
See
g_uri_split(), and the definition of GLib.UriFlags, for more information on the effect offlags.