GtkCssParserError

Errors that can occur while parsing CSS.

These errors are unexpected and will cause parts of the given CSS to be ignored.

Values

ValueMeaning
FAILED0

Unknown failure.

SYNTAX1

The given text does not form valid syntax

IMPORT2

Failed to import a resource

NAME3

The given name has not been defined

UNKNOWN_VALUE4

The given value is not correct

Meta