Constructor
IdeDiagnosticnew
Declaration
IdeDiagnostic*
ide_diagnostic_new (
IdeDiagnosticSeverity severity,
const gchar* message,
IdeLocation* location
)
Parameters
severity-
Type:
IdeDiagnosticSeverityNo 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:
IdeLocationNo 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. |