Libcroco
|
An abstraction of an error reported by by the parsing routines. More...
Data Fields | |
guchar * | msg |
enum CRStatus | status |
glong | line |
glong | column |
glong | byte_num |
An abstraction of an error reported by by the parsing routines.
Definition at line 80 of file cr-parser.c.
glong _CRParserError::byte_num |
Definition at line 85 of file cr-parser.c.
glong _CRParserError::column |
Definition at line 84 of file cr-parser.c.
glong _CRParserError::line |
Definition at line 83 of file cr-parser.c.
guchar* _CRParserError::msg |
Definition at line 81 of file cr-parser.c.
enum CRStatus _CRParserError::status |
Definition at line 82 of file cr-parser.c.