append
Description:
[
Version ( since =
"2.44" ) ]
public void append (
Object item)
Appends item to this.
item must be of type item_type.
This function takes a ref on item.
Use splice to append multiple items at the same time efficiently.
Parameters:
| this |
a ListStore
|
| item |
the new item
|