Method

GntTreesort_row

Declaration [src]

void
gnt_tree_sort_row (
  GntTree* tree,
  void* row
)

Description [src]

Sort a row in the tree.

See gnt_tree_set_compare_func().

Parameters

row

Type: void*

The row to sort.

The argument can be NULL.
The data is owned by the caller of the function.