Package: gio

Accessor gio:list-store-n-items

Lambda List

gio:list-store-n-items (object)

Syntax

(g:list-store-n-items object) => n-items

Arguments

object -- a g:list-store object
n-items -- an unsigned integer with the number of items contained in the list store

Details

Accessor of the n-items slot of the g:list-store class.

Notes

This function is equivalent to the g:list-model-n-items function.

Since 2.74
 

See also

2025-3-24