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