Parses uri_ref (which can be an
absolute or relative URI) according to flags, and
returns the pieces. Any component that doesn't appear in uri_ref will be
returned as null (but note that all URIs always have a path component,
though it may be the empty string).
See g_uri_split(), and the definition of GLib.UriFlags, for more
information on the effect of flags. Note that password will only
be parsed out if flags contains GLib.UriFlags.HAS_PASSWORD, and
auth_params will only be parsed out if flags contains
GLib.UriFlags.HAS_AUTH_PARAMS.
Parses
uri_ref(which can be an absolute or relative URI) according toflags, and returns the pieces. Any component that doesn't appear inuri_refwill be returned asnull(but note that all URIs always have a path component, though it may be the empty string).See
g_uri_split(), and the definition of GLib.UriFlags, for more information on the effect offlags. Note thatpasswordwill only be parsed out ifflagscontains GLib.UriFlags.HAS_PASSWORD, andauth_paramswill only be parsed out ifflagscontains GLib.UriFlags.HAS_AUTH_PARAMS.