Method

LspSymbolInformationset_location

Declaration

void
lsp_symbol_information_set_location (
  LspSymbolInformation* self,
  LspLocation* value
)

Description

Sets the value of location.

The location of this symbol.

Parameters

value

Type: LspLocation

The new value of location.

The data is owned by the caller of the method.