TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.66
Flags describing what parts of the URI to hide in g_uri_to_string_partial(). Note that GLib.UriHideFlags.PASSWORD and GLib.UriHideFlags.AUTH_PARAMS will only work if the GLib.Uri was parsed with the corresponding flags.
g_uri_to_string_partial()
2.66
Hide the auth_params.
Hide the fragment.
No flags set.
Hide the password.
Hide the query.
Hide the userinfo.
Flags describing what parts of the URI to hide in
g_uri_to_string_partial(). Note that GLib.UriHideFlags.PASSWORD and GLib.UriHideFlags.AUTH_PARAMS will only work if the GLib.Uri was parsed with the corresponding flags.Since
2.66