Method

LspDocumentSymbolResultget_document_symbols

Declaration

LspDocumentSymbol**
lsp_document_symbol_result_get_document_symbols (
  LspDocumentSymbolResult* self,
  gint* result_length1
)

Description

Gets the value of document_symbols.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of LspDocumentSymbol*

The value of document_symbols.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.
The return value can be NULL.