Enumeration

GLibUriParamsFlags

since: 2.66

Declaration

flags GLib.UriParamsFlags

Description [src]

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

Available since: 2.66

Members

G_URI_PARAMS_NONE

No flags set.

  • Value: 0
  • Available since: 2.66
G_URI_PARAMS_CASE_INSENSITIVE

Parameter names are case insensitive.

  • Value: 1
  • Available since: 2.66
G_URI_PARAMS_WWW_FORM

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

  • Value: 2
  • Available since: 2.66
G_URI_PARAMS_PARSE_RELAXED

See G_URI_FLAGS_PARSE_RELAXED.

  • Value: 4
  • Available since: 2.66