Method

GntTreeset_compare_func

Declaration [src]

void
gnt_tree_set_compare_func (
  GntTree* tree,
  GCompareFunc func
)

Description [src]

Set the compare function for sorting the data.

See gnt_tree_sort_row().

Parameters

func

Type: GCompareFunc

The comparison function, which is used to compare the keys.