Function
FoundryOnTypeDiagnosticsForeachFunc
Declaration
void
(* FoundryOnTypeDiagnosticsForeachFunc) (
FoundryDiagnostic* diagnostic,
gpointer user_data
)
Parameters
diagnostic
-
Type:
FoundryDiagnostic
The data is owned by the caller of the function. user_data
-
Type:
gpointer
Data provided to foreach request.
The argument can be NULL
.The data is owned by the caller of the function.