Method

LspDiagnosticget_range

Declaration

void
lsp_diagnostic_get_range (
  LspDiagnostic* self,
  LspRange* result
)

Description

Gets the value of range.

The range at which the message applies.

Parameters

result

Type: LspRange

The value of range.

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