BBTree.insert

Inserts a key/value pair into a #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.

class BBTree
void
insert
(
void* key
,
void* value
)

Parameters

key void*

the key to insert

value void*

the value corresponding to the key

Meta