Method

LspDiagnosticset_range

Declaration

void
lsp_diagnostic_set_range (
  LspDiagnostic* self,
  LspRange* value
)

Description

Sets the value of range.

The range at which the message applies.

Parameters

value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.