Method
GntTreeset_hash_fns
Declaration [src]
void
gnt_tree_set_hash_fns (
  GntTree* tree,
  GHashFunc hash,
  GEqualFunc eq,
  GDestroyNotify kd
)
      Parameters
hash- 
            
Type:
GHashFuncThe hashing function.
 eq- 
            
Type:
GEqualFuncThe function to compare keys.
 kd- 
            
Type:
GDestroyNotifyThe function to use to free the keys when a row is removed from the tree.