:right-sidebar: True UriHideFlags =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.66 .. class:: UriHideFlags :no-contents-entry: Flags describing what parts of the URI to hide in :func:`~gi.repository.GLib.Uri.to_string_partial`. Note that :const:`~gi.repository.GLib.UriHideFlags.PASSWORD` and :const:`~gi.repository.GLib.UriHideFlags.AUTH_PARAMS` will only work if the :obj:`~gi.repository.GLib.Uri` was parsed with the corresponding flags. Fields ------ .. rst-class:: interim-class .. class:: UriHideFlags :no-index: .. attribute:: AUTH_PARAMS Hide the auth_params. .. attribute:: FRAGMENT Hide the fragment. .. attribute:: NONE No flags set. .. attribute:: PASSWORD Hide the password. .. attribute:: QUERY Hide the query. .. attribute:: USERINFO Hide the userinfo.