Method

RBListModelremove

Declaration [src]

void
rb_list_model_remove (
  RBListModel* model,
  int index
)

Description [src]

Removes the item at index from the list.

Parameters

index

Type: int

Index of the item to remove.