- g_scanner_cur_line
guint g_scanner_cur_line(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_position
guint g_scanner_cur_position(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_token
GTokenType g_scanner_cur_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_cur_value
GTokenValue g_scanner_cur_value(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_destroy
void g_scanner_destroy(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_eof
gboolean g_scanner_eof(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_error
void g_scanner_error(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_get_next_token
GTokenType g_scanner_get_next_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_file
void g_scanner_input_file(GScanner* scanner, gint input_fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_input_text
void g_scanner_input_text(GScanner* scanner, const(gchar)* text, guint text_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_lookup_symbol
gpointer g_scanner_lookup_symbol(GScanner* scanner, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_new
GScanner* g_scanner_new(const(GScannerConfig)* config_templ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_peek_next_token
GTokenType g_scanner_peek_next_token(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_add_symbol
void g_scanner_scope_add_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol, gpointer value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_foreach_symbol
void g_scanner_scope_foreach_symbol(GScanner* scanner, guint scope_id, GHFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_lookup_symbol
gpointer g_scanner_scope_lookup_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_scope_remove_symbol
void g_scanner_scope_remove_symbol(GScanner* scanner, guint scope_id, const(gchar)* symbol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_set_scope
guint g_scanner_set_scope(GScanner* scanner, guint scope_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_sync_file_offset
void g_scanner_sync_file_offset(GScanner* scanner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_unexp_token
void g_scanner_unexp_token(GScanner* scanner, GTokenType expected_token, const(gchar)* identifier_spec, const(gchar)* symbol_spec, const(gchar)* symbol_name, const(gchar)* message, gint is_error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_scanner_warn
void g_scanner_warn(GScanner* scanner, const(gchar)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.