Package: gio

Function g-list-model-n-items

Lambda List

g-list-model-n-items (list)

Arguments

list -- a g-list-model object

Return Value

An integer with the number of items in list.

Details

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

See also

2021-12-10