Struct
Gsk.ParseLocation
Description [src]
struct GskParseLocation {
  gsize bytes;
  gsize chars;
  gsize lines;
  gsize line_bytes;
  gsize line_chars;
}
A location in a parse buffer.
Structure members
| bytes | the offset of the location in the parse buffer, as bytes | 
| chars | the offset of the location in the parse buffer, as characters | 
| lines | the line of the location in the parse buffer | 
| line_bytes | the position in the line, as bytes | 
| line_chars | the position in the line, as characters |