API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.4
void g_tree_insert ( GTree* tree, gpointer key, gpointer value )
Inserts a key/value pair into a GTree.
GTree
Inserts a new key and value into a GTree as g_tree_insert_node() does, only this function does not return the inserted or set node.
g_tree_insert_node()
key
Type: gpointer
gpointer
The key to insert.
NULL
value
The value corresponding to the key.