API Version: 2.0
Library Version: 2.72
#define g_scanner_foreach_symbol ( scanner, func, data )
Calls a function for each symbol in the default scope.
Use g_scanner_scope_foreach_symbol() instead.
g_scanner_scope_foreach_symbol()
scanner
-
A GScanner.
GScanner
func
The function to call with each symbol.
data
Data to pass to the function.