Method

LspDocumentSymbolset_selection_range

Declaration

void
lsp_document_symbol_set_selection_range (
  LspDocumentSymbol* self,
  LspRange* value
)

Description

Sets the value of selection_range.

The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the range.

Parameters

value

Type: LspRange

The new value of selection_range.

The data is owned by the caller of the method.