Method

GntTreeremove

Declaration [src]

void
gnt_tree_remove (
  GntTree* tree,
  gpointer key
)

Description [src]

Remove a row from the tree.

Parameters

key

Type: gpointer

The key for the row to remove.

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