forked from AuroraMiddleware/gtk
Add GTK_CSS_PARSER_WARNING_UNIMPLEMENTED
gtk-doc was complaining about it missing, and it is used in some ifdefed code.
This commit is contained in:
parent
412006ad23
commit
9389768a17
@ -73,7 +73,8 @@ typedef enum
|
||||
typedef enum
|
||||
{
|
||||
GTK_CSS_PARSER_WARNING_DEPRECATED,
|
||||
GTK_CSS_PARSER_WARNING_SYNTAX
|
||||
GTK_CSS_PARSER_WARNING_SYNTAX,
|
||||
GTK_CSS_PARSER_WARNING_UNIMPLEMENTED
|
||||
} GtkCssParserWarning;
|
||||
|
||||
#endif /* __GTK_CSS_ENUMS_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user