Libcroco
Data Fields
_CRParserError Struct Reference

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
 

Detailed Description

An abstraction of an error reported by by the parsing routines.

Definition at line 80 of file cr-parser.c.

Field Documentation

◆ byte_num

glong _CRParserError::byte_num

Definition at line 85 of file cr-parser.c.

◆ column

glong _CRParserError::column

Definition at line 84 of file cr-parser.c.

◆ line

glong _CRParserError::line

Definition at line 83 of file cr-parser.c.

◆ msg

guchar* _CRParserError::msg

Definition at line 81 of file cr-parser.c.

◆ status

enum CRStatus _CRParserError::status

Definition at line 82 of file cr-parser.c.


The documentation for this struct was generated from the following file: