Method

LspDocumentHighlightset_range

Declaration

void
lsp_document_highlight_set_range (
  LspDocumentHighlight* self,
  LspRange* value
)

Description

Sets the value of range.

The range this highlight applies to.

Parameters

self

Type: LspDocumentHighlight

No description available.

The argument can be NULL.
value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.