Method
LspDiagnosticset_code_description
Declaration
void
lsp_diagnostic_set_code_description (
LspDiagnostic* self,
LspCodeDescription* value
)
Description
Sets the value of code_description.
An optional property to describe the error code.
Since:
3.16.0.
Parameters
value-
Type:
LspCodeDescriptionThe new value of
code_description.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.