GUriParamsFlags

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

Values

ValueMeaning
NONE0

No flags set.

CASE_INSENSITIVE1

Parameter names are case insensitive.

WWW_FORM2

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

PARSE_RELAXED4

See %G_URI_FLAGS_PARSE_RELAXED.

Meta

Since

2.66