Package ch.bailu.gtk.glib
Schnittstelle UriParamsFlags
public interface UriParamsFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
CASE_INSENSITIVE
static final int CASE_INSENSITIVEParameter names are case insensitive.- Siehe auch:
-
WWW_FORM
static final int WWW_FORMReplace `+` with space character. Only useful for
URLs on the web, using the `https` or `http` schemas.- Siehe auch:
-
PARSE_RELAXED
static final int PARSE_RELAXEDSee %G_URI_FLAGS_PARSE_RELAXED.- Siehe auch:
-