Package: gio

Function gio:list-store-remove

Lambda List

gio:list-store-remove (store pos)

Arguments

store -- a g:list-store object
pos -- an unsigned integer with the position of the item that is to be removed

Details

Removes the item from the list store that is at pos. The pos argument must be smaller than the current length of the list store. Use the g:list-store-splice function to remove multiple items at the same time efficiently.
 

See also

2024-3-31