Trie
Description:
[ CCode ( has_construct_function = false ) ]
public Trie (DestroyNotify value_destroy)
Creates a new Trie.
When a value is removed from the trie, value_destroy
will be called to allow you to release any resources.
Parameters:
value_destroy |
A DestroyNotify, or null.
|
Returns:
A newly allocated Trie that should be freed with
unref.
|