: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 The type of the None singleton. .. attribute:: FRAGMENT The type of the None singleton. .. attribute:: NONE The type of the None singleton. .. attribute:: PASSWORD The type of the None singleton. .. attribute:: QUERY The type of the None singleton. .. attribute:: USERINFO The type of the None singleton.