API Version: 2.0
Library Version: 2.74
Generated by gi-docgen 2023.2
deprecated: 2.2
#define g_scanner_foreach_symbol ( scanner, func, data )
Calls a function for each symbol in the default scope.
Deprecated since: 2.2
Use g_scanner_scope_foreach_symbol() instead.
g_scanner_scope_foreach_symbol()
This function is not directly available to language bindings.
scanner
Type: -
-
A GScanner.
GScanner
func
The function to call with each symbol.
data
Data to pass to the function.