API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
#define g_node_insert_data_after ( parent, sibling, data )
Inserts a new GNode after the given sibling.
GNode
This function is not directly available to language bindings.
parent
Type: -
-
The GNode to place the new GNode under.
sibling
The sibling GNode to place the new GNode after.
data
The data for the new GNode.