Method

IdeSymbolTreeget_n_children

Declaration

guint
ide_symbol_tree_get_n_children (
  IdeSymbolTree* self,
  IdeSymbolNode* node
)

Description

Get the number of children of node. If node is NULL, the root node is assumed.

Parameters

node

Type: IdeSymbolNode

An IdeSymbolNode or NULL.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: guint

An unsigned integer containing the number of children.