Enumeration (GI Flags)

GLib-2.0GLibUriHideFlagsSince 2.66

Flags describing what parts of the URI to hide in g_uri_to_string_partial(). Note that GLib.UriHideFlags.PASSWORD and GLib.UriHideFlags.AUTH_PARAMS will only work if the GLib.Uri was parsed with the corresponding flags.

2.66

Index
AUTH_PARAMS: 4

Hide the auth_params.

FRAGMENT: 16

Hide the fragment.

NONE: 0

No flags set.

PASSWORD: 2

Hide the password.

QUERY: 8

Hide the query.

USERINFO: 1

Hide the userinfo.