GUriHideFlags

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.

Values

ValueMeaning
NONE0

No flags set.

USERINFO1

Hide the userinfo.

PASSWORD2

Hide the password.

AUTH_PARAMS4

Hide the auth_params.

QUERY8

Hide the query.

FRAGMENT16

Hide the fragment.

Meta

Since

2.66