Package: gio

Generic gio:list-model-get-item-impl

Lambda List

gio:list-model-get-item-impl (model pos)

Arguments

model -- a g:object instance
pos -- an unsigned integer for the postion of the item to fetch

Return Value

The g:object instance at pos.

Details

Method called from the g:list-model-item function for a subclass of the g:list-model interface. You must implement the method, when subclassing the interface.

Notes

You must add a reference with the g:object-ref function to the returned item.
 

See also

2025-3-24