Method
GntTreeset_compare_func
Declaration [src]
void
gnt_tree_set_compare_func (
  GntTree* tree,
  GCompareFunc func
)
      Parameters
func- 
            
Type:
GCompareFuncThe comparison function, which is used to compare the keys.
 
void
gnt_tree_set_compare_func (
  GntTree* tree,
  GCompareFunc func
)
      funcType: GCompareFunc
The comparison function, which is used to compare the keys.