Package: gio

Class g-list-store

Superclasses

g-list-model, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

item-type
The item-type property of type g-type (Read / Write / Construct Only)
The type of items contained in the list store. Items must be subclasses of the g-object class.

Details

The g-list-store object is an implementation of the g-list-model interface that stores all items in memory. It provides insertions, deletions, and lookups in logarithmic time with a fast path for the common case of iterating the list linearly.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-10