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
the query component, or null
the fragment, or null
an absolute URI string
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).
In contrast to glib.uri.Uri.join, this allows specifying the components of the ‘userinfo’ separately. It otherwise behaves the same.
G_URI_FLAGS_HAS_PASSWORD and G_URI_FLAGS_HAS_AUTH_PARAMS are ignored if set in flags.