API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
since: 2.0
#define g_node_insert_data ( parent, position, data )
Inserts a new GNode at the given position.
GNode
Available since: 2.0
This function is not directly available to language bindings.
parent
Type: -
-
The GNode to place the new GNode under.
position
The position to place the new GNode at. If position is -1, the new GNode is inserted as the last child of parent.
data
The data for the new GNode.