GtkCssParserWarning

Warnings that can occur while parsing CSS.

Unlike #GtkCssParserErrors, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.

Values

ValueMeaning
DEPRECATED0

The given construct is deprecated and will be removed in a future version

SYNTAX1

A syntax construct was used that should be avoided

UNIMPLEMENTED2

A feature is not implemented

Meta