:right-sidebar: True UriFlags =================================================================== .. currentmodule:: gi.repository.GLib .. versionadded:: 2.66 .. class:: UriFlags :no-contents-entry: Flags that describe a URI. When parsing a URI, if you need to choose different flags based on the type of URI, you can use :func:`~gi.repository.GLib.Uri.peek_scheme` on the URI string to check the scheme first, and use that to decide what flags to parse it with. Fields ------ .. rst-class:: interim-class .. class:: UriFlags :no-index: .. attribute:: ENCODED The type of the None singleton. .. attribute:: ENCODED_FRAGMENT The type of the None singleton. .. attribute:: ENCODED_PATH The type of the None singleton. .. attribute:: ENCODED_QUERY The type of the None singleton. .. attribute:: HAS_AUTH_PARAMS The type of the None singleton. .. attribute:: HAS_PASSWORD The type of the None singleton. .. attribute:: NONE The type of the None singleton. .. attribute:: NON_DNS The type of the None singleton. .. attribute:: PARSE_RELAXED The type of the None singleton. .. attribute:: SCHEME_NORMALIZE The type of the None singleton.