Creates a new #GUri from the given components according to flags.
See also glib.uri.Uri.buildWithUser, which allows specifying the components of the "userinfo" separately.
flags describing how to build the #GUri
the URI scheme
the userinfo component, or null
the host component, or null
the port, or -1
the path component
the query component, or null
the fragment, or null
a new #GUri
Creates a new #GUri from the given components according to flags.
See also glib.uri.Uri.buildWithUser, which allows specifying the components of the "userinfo" separately.