GUriHideFlags

Flags describing what parts of the URI to hide in glib.uri.Uri.toStringPartial. 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.

AuthParams4

Hide the auth_params.

Query8

Hide the query.

Fragment16

Hide the fragment.