<%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

none

alias G_URI_HIDE_NONE

No flags set.

userinfo

alias G_URI_HIDE_USERINFO

Hide the userinfo.

password

alias G_URI_HIDE_PASSWORD

Hide the password.

auth-params

alias G_URI_HIDE_AUTH_PARAMS

Hide the auth_params.

query

alias G_URI_HIDE_QUERY

Hide the query.

fragment

alias G_URI_HIDE_FRAGMENT

Hide the fragment.