pub type GUriHideFlags = c_uint;
Expand description
GUriHideFlags: @G_URI_HIDE_NONE: No flags set. @G_URI_HIDE_USERINFO: Hide the userinfo. @G_URI_HIDE_PASSWORD: Hide the password. @G_URI_HIDE_AUTH_PARAMS: Hide the auth_params. @G_URI_HIDE_QUERY: Hide the query. @G_URI_HIDE_FRAGMENT: Hide the fragment.
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.
Since: 2.66