Method

LspDocumentHighlightget_range

Declaration

void
lsp_document_highlight_get_range (
  LspDocumentHighlight* self,
  LspRange* result
)

Description

Gets the value of range.

The range this highlight applies to.

Parameters

self

Type: LspDocumentHighlight

No description available.

The argument can be NULL.
result

Type: LspRange

The value of range.

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