Method

LspDocumentSymbolset_children

Declaration

void
lsp_document_symbol_set_children (
  LspDocumentSymbol* self,
  LspDocumentSymbol** value,
  gint value_length1
)

Description

Sets the value of children.

Parameters

value

Type: An array of LspDocumentSymbol*

The new value of children.

The length of the array is specified in the value_length1 argument.
The data is owned by the caller of the method.
value_length1

Type: gint

No description available.