Method
IdeSymbolTreeget_nth_child
Declaration
IdeSymbolNode*
ide_symbol_tree_get_nth_child (
IdeSymbolTree* self,
IdeSymbolNode* node,
guint nth
)
Parameters
node |
IdeSymbolNode |
An |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
nth |
guint |
The nth child to retrieve. |
Return value
Returns: | IdeSymbolNode |
An |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |