Package: gio

Function g-list-model-object

Lambda List

g-list-model-object (list position)

Arguments

list -- a g-list-model object
position -- an unsigned integer with the position of the item to fetch

Return Value

The g-object instance at position.

Details

Get the item at position. If the position argument is greater than the number of items in the list, nil is returned. The nil value is never returned for an index that is smaller than the length of the list. See the g-list-model-n-items function.
 

See also

2021-12-10