API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gint g_node_child_index ( GNode* node, gpointer data )
Gets the position of the first child of a GNode which contains the given data.
GNode
data
Type: gpointer
gpointer
The data to find.
NULL
Type: gint
gint
The index of the child of node which contains data, or -1 if the data is not found.
node