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