Gsk.ParseLocation

Fields

Name

Type

Access

Description

bytes

int

r/w

the offset of the location in the parse buffer, as bytes

chars

int

r/w

the offset of the location in the parse buffer, as characters

line_bytes

int

r/w

the position in the line, as bytes

line_chars

int

r/w

the position in the line, as characters

lines

int

r/w

the line of the location in the parse buffer

Methods

None

Details

class Gsk.ParseLocation

A location in a parse buffer.