Package ch.bailu.gtk.glib
Interface UriParamsFlags
public interface UriParamsFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Parameter names are case insensitive.static final int
No flags set.static final int
See %G_URI_FLAGS_PARSE_RELAXED.static final int
Replace `+` with space character.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
CASE_INSENSITIVE
static final int CASE_INSENSITIVEParameter names are case insensitive.- See Also:
-
WWW_FORM
static final int WWW_FORMReplace `+` with space character. Only useful for
URLs on the web, using the `https` or `http` schemas.- See Also:
-
PARSE_RELAXED
static final int PARSE_RELAXEDSee %G_URI_FLAGS_PARSE_RELAXED.- See Also:
-