GUriParamsFlags

Flags modifying the way parameters are handled by glib.uri.Uri.parseParams and #GUriParamsIter.

Values

ValueMeaning
None0

No flags set.

CaseInsensitive1

Parameter names are case insensitive.

WwwForm2

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

ParseRelaxed4

See G_URI_FLAGS_PARSE_RELAXED.