Package: gio

Class gio:list-store

Superclasses

gio:list-model, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

item-type
The item-type property of type g:type-t (Read / Write / Construct Only)
The type of items contained in the list store. Items must be subclasses of the g:object class.
n-items
The n-items property of type :uint (Read)
The number of items contained in the list store. Since 2.74
Default value: 0

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. Items must be subclasses of the g:object class.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-12-22