Method

RBListModelprepend

Declaration [src]

void
rb_list_model_prepend (
  RBListModel* model,
  gpointer item
)

Description [src]

Prepends item to the list.

Parameters

item

Type: gpointer

Item to prepend.

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