Package: gio

Function gio:list-store-append

Lambda List

gio:list-store-append (store item)

Arguments

store -- a g:list-store object
item -- a g:object object with the new item

Details

Appends the item to the list store. The item must be of item-type type. Use the g:list-store-splice function to append multiple items at the same time efficiently.
 

See also

2024-3-31