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

Enumeration Members

AUTH_PARAMS: number

Hide the auth_params.

FRAGMENT: number

Hide the fragment.

NONE: number

No flags set.

PASSWORD: number

Hide the password.

QUERY: number

Hide the query.

USERINFO: number

Hide the userinfo.