Method

LspDiagnosticset_related_information

Declaration

void
lsp_diagnostic_set_related_information (
  LspDiagnostic* self,
  LspDiagnosticRelatedInformation** value,
  gint value_length1
)

Description

Sets the value of related_information.

Parameters

value

Type: An array of LspDiagnosticRelatedInformation*

The new value of related_information.

The argument can be NULL.
The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.