Package: gio
Class gio:list-store
Superclassesgio:list-model, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slotsitem-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 bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2025-3-24