Method

GntComboBoxremove

Declaration [src]

void
gnt_combo_box_remove (
  GntComboBox* box,
  gpointer key
)

Description [src]

Remove an entry.

Parameters

key

Type: gpointer

The data to be removed.

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