Package: gio

Function gio:list-model-n-items

Lambda List

gio:list-model-n-items (model)

Arguments

model -- a g:list-model object

Return Value

The integer with the number of items in model.

Details

Gets the number of items in the list model. Depending on the list model implementation, calling this function may be less efficient than iterating the list model with increasing values for pos until the g:list-model-item functions returns the nil value.
 

See also

2025-3-24