Method
IdeTreeNodeinsert_before
Declaration
void
ide_tree_node_insert_before (
IdeTreeNode* node,
IdeTreeNode* parent,
IdeTreeNode* next_sibling
)
Parameters
parent
-
Type:
IdeTreeNode
No description available.
The data is owned by the caller of the method. next_sibling
-
Type:
IdeTreeNode
No description available.
The data is owned by the caller of the method.