<%GLibUriParamsFlags>

<%GLibUriParamsFlags>

Description

Flags modifying the way parameters are handled by g_uri_parse_params() and GUriParamsIter.

Members

none

alias G_URI_PARAMS_NONE

No flags set.

case-insensitive

alias G_URI_PARAMS_CASE_INSENSITIVE

Parameter names are case insensitive.

www-form

alias G_URI_PARAMS_WWW_FORM

Replace + with space character. Only useful for URLs on the web, using the https or http schemas.

parse-relaxed

alias G_URI_PARAMS_PARSE_RELAXED

See G_URI_FLAGS_PARSE_RELAXED.