Method

LspDiagnosticadd_related_information

Declaration

void
lsp_diagnostic_add_related_information (
  LspDiagnostic* self,
  LspDiagnosticRelatedInformation* information
)

Description

Appends related information to LspDiagnostic:related-information.

Parameters

information

Type: LspDiagnosticRelatedInformation

No description available.

The data is owned by the caller of the method.