Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
enum GtkCssParserError |
GtkCssParserError: @GTK_CSS_PARSER_ERROR_FAILED: Unknown failure. @GTK_CSS_PARSER_ERROR_SYNTAX: The given text does not form valid syntax @GTK_CSS_PARSER_ERROR_IMPORT: Failed to import a resource @GTK_CSS_PARSER_ERROR_NAME: The given name has not been defined @GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE: The given value is not correct
Errors that can occur while parsing CSS.
These errors are unexpected and will cause parts of the given CSS to be ignored.
Enumerator | |
---|---|
GTK_CSS_PARSER_ERROR_FAILED | |
GTK_CSS_PARSER_ERROR_SYNTAX | |
GTK_CSS_PARSER_ERROR_IMPORT | |
GTK_CSS_PARSER_ERROR_NAME | |
GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE |
Definition at line 47 of file gtkcssenums.h.
enum GtkCssParserWarning |
GtkCssParserWarning: @GTK_CSS_PARSER_WARNING_DEPRECATED: The given construct is deprecated and will be removed in a future version @GTK_CSS_PARSER_WARNING_SYNTAX: A syntax construct was used that should be avoided @GTK_CSS_PARSER_WARNING_UNIMPLEMENTED: A feature is not implemented
Warnings that can occur while parsing CSS.
Unlike GtkCssParserError
s, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.
Enumerator | |
---|---|
GTK_CSS_PARSER_WARNING_DEPRECATED | |
GTK_CSS_PARSER_WARNING_SYNTAX | |
GTK_CSS_PARSER_WARNING_UNIMPLEMENTED |
Definition at line 69 of file gtkcssenums.h.