A variant of ListStore.insertWithValues which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings.
An unset gtk.TreeIter to set to the new row, or NULL.
position to insert the new row, or -1 for last
an array of column numbers
an array of GValues
2.6
A variant of ListStore.insertWithValues which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings.