API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
deprecated: 2.2 since: 2.0
#define g_scanner_foreach_symbol ( scanner, func, data )
Calls a function for each symbol in the default scope.
Available since: 2.0
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.