Method

LspWorkspaceSymbolset_range

Declaration

void
lsp_workspace_symbol_set_range (
  LspWorkspaceSymbol* self,
  LspRange* value
)

Description

Sets the value of range.

The symbol range, or null when the server has not resolved it.

Parameters

value

Type: LspRange

The new value of range.

The argument can be NULL.
The data is owned by the caller of the method.