Struct
GskParseLocation
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:gsizeThe offset of the location in the parse buffer, as bytes.
chars:gsizeThe offset of the location in the parse buffer, as characters.
lines:gsizeThe line of the location in the parse buffer.
line_bytes:gsizeThe position in the line, as bytes.
line_chars:gsizeThe position in the line, as characters.