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