Class
RBListModel
Description [src]
final class RB.ListModel : GObject.Object
{
/* No available fields */
}
Stores a list of items and emits notification signals on changes.
Instance methods
rb_list_model_find
Returns the lowest index at which item
appears in the list,
or -1 if the item is not in the list.
rb_list_model_insert
Inserts at item into the list. If index
is less than zero or
greater than the length of the list, the item is appended to the list.
rb_list_model_remove_item
Removes item
from the list. If the item appears in the
list multiple times, only the first instance is removed.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.