Joins the given components together according to flags to create
an absolute URI string. path may not be null (though it may be the empty
string).
When host is present, path must either be empty or begin with a slash (/)
character. When host is not present, path cannot begin with two slash
characters (//). See
RFC 3986, section 3.
See also g_uri_join_with_user(), which allows specifying the
components of the ‘userinfo’ separately.
Joins the given components together according to
flagsto create an absolute URI string.pathmay not benull(though it may be the empty string).When
hostis present,pathmust either be empty or begin with a slash (/) character. Whenhostis not present,pathcannot begin with two slash characters (//). See RFC 3986, section 3.See also
g_uri_join_with_user(), which allows specifying the components of the ‘userinfo’ separately.GLib.UriFlags.HAS_PASSWORD and GLib.UriFlags.HAS_AUTH_PARAMS are ignored if set in
flags.