Function
LspDocumentSymbolResultfor_symbol_information
Declaration
LspDocumentSymbolResult*
lsp_document_symbol_result_new_for_symbol_information (
LspSymbolInformation** symbol_information,
gint symbol_information_length1
)
Parameters
symbol_information-
Type: An array of
LspSymbolInformation*No description available.
The length of the array is specified in the symbol_information_length1argument.The data is owned by the caller of the function. symbol_information_length1-
Type:
gintNo description available.
Return value
Type: LspDocumentSymbolResult
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |