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.
No flags set.
Hide the userinfo.
Hide the password.
Hide the auth_params.
Hide the query.
Hide the fragment.
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.