CssParserError
Description:
[ CCode ( cprefix = "GTK_CSS_PARSER_ERROR_" , has_type_id = false ) ]
public errordomain CssParserError
Errors that can occur while parsing CSS.
These errors are unexpected and will cause parts of the given CSS to be ignored.
Content:
Error codes:
- FAILED - Unknown failure.
- IMPORT - Failed to import a resource
- NAME - The given name has not been defined
- SYNTAX - The given text does not form
valid syntax
- UNKNOWN_VALUE - The given value is
not correct
Static methods:
- public static Quark quark ()