Inserts a new key and value into a #GTree as g_tree_replace_node() does, only this function does not return the inserted or set node.
the key to insert
the value corresponding to the key
See Implementation
Inserts a new key and value into a #GTree as g_tree_replace_node() does, only this function does not return the inserted or set node.