Method

LspDiagnosticRelatedInformationget_location

Declaration

void
lsp_diagnostic_related_information_get_location (
  LspDiagnosticRelatedInformation* self,
  LspLocation* result
)

Description

Gets the value of location.

The location of this related diagnostic information.

Parameters

result

Type: LspLocation

The value of location.

The argument will be set by the function.
The returned data is owned by the instance.