Package: gio

Function g-list-store-remove

Lambda List

g-list-store-remove (list position)

Arguments

list -- a g-list-store object
position -- 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 position. The position 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

2021-12-10