flags describing how to build the URI string
the URI scheme, or null
the user component of the userinfo, or null
the password component of the userinfo, or null
the auth params of the userinfo, or null
the host component, or null
the port, or -1
the path component
Optionalquery: stringthe query component, or null
Optionalfragment: stringthe fragment, or null
an absolute URI string
Joins the given components together according to
flagsto create an absolute URI string.pathmay not benull(though it may be the empty string).In contrast to
g_uri_join(), this allows specifying the components of the ‘userinfo’ separately. It otherwise behaves the same.GLib.UriFlags.HAS_PASSWORD and GLib.UriFlags.HAS_AUTH_PARAMS are ignored if set in
flags.