Method
GLibScannerlookup_symbol
Declaration [src]
gpointer
g_scanner_lookup_symbol (
GScanner* scanner,
const gchar* symbol
)
Description [src]
Looks up a symbol in the current scope and return its value.
If the symbol is not bound in the current scope, NULL
is returned.