Constructor
IdeDiagnosticnew
Declaration
IdeDiagnostic*
ide_diagnostic_new (
IdeDiagnosticSeverity severity,
const gchar* message,
IdeLocation* location
)
Parameters
severity
-
Type:
IdeDiagnosticSeverity
No description available.
message
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. location
-
Type:
IdeLocation
No description available.
The data is owned by the caller of the function.
Return value
Type: IdeDiagnostic
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |