Method

LspDiagnosticRelatedInformationset_location

Declaration

void
lsp_diagnostic_related_information_set_location (
  LspDiagnosticRelatedInformation* self,
  LspLocation* value
)

Description

Sets the value of location.

The location of this related diagnostic information.

Parameters

value

Type: LspLocation

The new value of location.

The data is owned by the caller of the method.