Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gskrendernode.h>
Data Fields | |
gsize | bytes |
gsize | chars |
gsize | lines |
gsize | line_bytes |
gsize | line_chars |
GskParseLocation: @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
A location in a parse buffer.
Definition at line 83 of file gskrendernode.h.
gsize _GskParseLocation::bytes |
Definition at line 85 of file gskrendernode.h.
gsize _GskParseLocation::chars |
Definition at line 86 of file gskrendernode.h.
gsize _GskParseLocation::line_bytes |
Definition at line 88 of file gskrendernode.h.
gsize _GskParseLocation::line_chars |
Definition at line 89 of file gskrendernode.h.
gsize _GskParseLocation::lines |
Definition at line 87 of file gskrendernode.h.