Constructor
IdeLspDiagnosticnew
Declaration
IdeLspDiagnostic*
ide_lsp_diagnostic_new (
IdeDiagnosticSeverity severity,
const gchar* message,
IdeLocation* location,
GVariant* raw_value
)
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. raw_value
-
Type:
GVariant
No description available.
The data is owned by the caller of the function.
Return value
Type: IdeLspDiagnostic
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |