flags describing how to build the GLib.Uri
the URI scheme
the userinfo component, 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
a new GLib.Uri
Creates a new GLib.Uri from the given components according to
flags.See also
g_uri_build_with_user(), which allows specifying the components of the "userinfo" separately.