Method

IdeTreeNodeprepend

Declaration

void
ide_tree_node_prepend (
  IdeTreeNode* self,
  IdeTreeNode* child
)

Description

Prepends child as a child of self at the 0 index.

This operation is O(1).

Available since:3.32

Parameters

child IdeTreeNode
 

A IdeTreeNode.

 The data is owned by the caller of the function.