Method
LspCallHierarchyItemget_selection_range
Declaration
void
lsp_call_hierarchy_item_get_selection_range (
LspCallHierarchyItem* 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.
Parameters
result-
Type:
LspRangeThe value of
selection_range.The argument will be set by the function. The returned data is owned by the instance.