Method

RBListModelappend

Declaration [src]

void
rb_list_model_append (
  RBListModel* model,
  gpointer item
)

Description [src]

Appends item to the list.

Parameters

item

Type: gpointer

Item to append.

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