Module: GLib::UriHideFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No flags set.
0 or :none
- USERINFO =
Hide the userinfo.
1 or :userinfo
- PASSWORD =
Hide the password.
2 or :password
- AUTH_PARAMS =
Hide the auth_params.
4 or :auth_params
- QUERY =
Hide the query.
8 or :query
- FRAGMENT =
Hide the fragment.
16 or :fragment