TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-rc.9
Since 2.66
Creates a new GLib.Uri from the given components according to flags.
flags
See also g_uri_build_with_user(), which allows specifying the components of the "userinfo" separately.
g_uri_build_with_user()
flags describing how to build the GLib.Uri
the URI scheme
the userinfo component, or null
null
the host component, or null
the port, or -1
-1
the path component
the query component, or null
the fragment, or null
a new GLib.Uri
2.66
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.