Gtk.ListStore.prototype.set_valuesv

function set_valuesv(iter:Gtk.TreeIter, columns:[Number], values:[GObject.Value]):void {
    // Gjs wrapper for gtk_list_store_set_valuesv()
}

A variant of Gtk.set_valist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings and in case the number of columns to change is not known until run-time.

Since 2.12

iter

A valid Gtk.TreeIter for the row being modified

columns

an array of column numbers

values

an array of GValues