Method
LspDocumentSymbolget_selection_range
Declaration
void
lsp_document_symbol_get_selection_range (
LspDocumentSymbol* self,
LspRange* result
)
Description
Gets 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
result-
Type:
LspRangeThe value of
selection_range.The argument will be set by the function. The returned data is owned by the instance.