GScanner

Undocumented in source.

Members

Variables

buffer
gchar* buffer;
Undocumented in source.
config
GScannerConfig* config;
Undocumented in source.
input_fd
gint input_fd;
Undocumented in source.
input_name
const(gchar)* input_name;
Undocumented in source.
line
guint line;
Undocumented in source.
max_parse_errors
guint max_parse_errors;
Undocumented in source.
msg_handler
GScannerMsgFunc msg_handler;
Undocumented in source.
next_line
guint next_line;
Undocumented in source.
next_position
guint next_position;
Undocumented in source.
next_token
GTokenType next_token;
Undocumented in source.
next_value
GTokenValue next_value;
Undocumented in source.
parse_errors
guint parse_errors;
Undocumented in source.
position
guint position;
Undocumented in source.
qdata
GData* qdata;
Undocumented in source.
scope_id
guint scope_id;
Undocumented in source.
symbol_table
GHashTable* symbol_table;
Undocumented in source.
text
const(gchar)* text;
Undocumented in source.
text_end
const(gchar)* text_end;
Undocumented in source.
token
GTokenType token;
Undocumented in source.
user_data
gpointer user_data;
Undocumented in source.
value
GTokenValue value;
Undocumented in source.

Meta