Function
LspDocumentSymbolResultfor_document_symbols
Declaration
LspDocumentSymbolResult*
lsp_document_symbol_result_new_for_document_symbols (
LspDocumentSymbol** document_symbols,
gint document_symbols_length1
)
Parameters
document_symbols-
Type: An array of
LspDocumentSymbol*No description available.
The length of the array is specified in the document_symbols_length1argument.The data is owned by the caller of the function. document_symbols_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. |