<%GLibUriHideFlags>
<%GLibUriHideFlags>
Description
Flags describing what parts of the URI to hide in
g_uri_to_string_partial()
. Note that G_URI_HIDE_PASSWORD
and
G_URI_HIDE_AUTH_PARAMS
will only work if the GUri was parsed with
the corresponding flags.
Members
userinfo
Hide the userinfo.
password
Hide the password.
auth-params
Hide the auth_params.
fragment
Hide the fragment.