Method

LspSymbolInformationget_location

Declaration

void
lsp_symbol_information_get_location (
  LspSymbolInformation* self,
  LspLocation* result
)

Description

Gets the value of location.

The location of this symbol.

Parameters

result

Type: LspLocation

The value of location.

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