Function
IdeDiagnosticsLineCallback
Declaration
void
(* IdeDiagnosticsLineCallback) (
guint line,
IdeDiagnosticSeverity severity,
gpointer user_data
)
Description
This function prototype is used to notify a caller of every line that has a
diagnostic, and the most severe IdeDiagnosticSeverity for that line.
Parameters
line-
Type:
guintThe line number, starting from 0
severity-
Type:
IdeDiagnosticSeverityThe severity of the diagnostic.
user_data-
Type:
gpointerUser data provided with callback.
The argument can be NULL.The data is owned by the caller of the function.