gtkmm 4.16.0
|
#include <gtkmm/cssprovider.h>
Public Types | |
enum | Code { DEPRECATED , SYNTAX , UNIMPLEMENTED } |
Warnings that can occur while parsing CSS. More... | |
Public Member Functions | |
CssParserWarning (Code error_code, const Glib::ustring &error_message) | |
CssParserWarning (GError *gobject) | |
Code | code () const |
Warnings that can occur while parsing CSS.
Unlike Gtk::CssParserError
s, warnings do not cause the parser to skip any input, but they indicate issues that should be fixed.
Enumerator | |
---|---|
DEPRECATED | The given construct is deprecated and will be removed in a future version. |
SYNTAX | A syntax construct was used that should be avoided. |
UNIMPLEMENTED | A feature is not implemented. |
|
explicit |
Code Gtk::CssParserWarning::code | ( | ) | const |