Gtk.ListStore.gtk_list_store_insert_with_valuesv C# (CSharp) Method

gtk_list_store_insert_with_valuesv() private method

private gtk_list_store_insert_with_valuesv ( IntPtr raw, Gtk.TreeIter &iter, int position, int columns, GLib values, int n_values ) : void
raw System.IntPtr
iter Gtk.TreeIter
position int
columns int
values GLib
n_values int
return void
        static extern void gtk_list_store_insert_with_valuesv(IntPtr raw, out TreeIter iter, int position, int[] columns, GLib.Value[] values, int n_values);