API Version: 2.0
Library Version: 2.72
#define g_node_insert_data_before ( parent, sibling, data )
Inserts a new GNode before the given sibling.
GNode
parent
-
The GNode to place the new GNode under.
sibling
The sibling GNode to place the new GNode before.
data
The data for the new GNode.