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 glib.uri.Uri.parseRelative.
If it’s not a valid URI, an error is returned explaining how it’s invalid.
See glib.uri.Uri.split, and the definition of #GUriFlags, for more
information on the effect of flags.
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 glib.uri.Uri.parseRelative.
If it’s not a valid URI, an error is returned explaining how it’s invalid.
See glib.uri.Uri.split, and the definition of #GUriFlags, for more information on the effect of flags.