Gtk.ListStore.prototype.set_column_types

function set_column_types(types:[GType]):void {
    // Gjs wrapper for gtk_list_store_set_column_types()
}

This function is meant primarily for #GObjects that inherit from Gtk.ListStore, and should only be used when constructing a new Gtk.ListStore. It will not function after a row has been added, or a method on the Gtk.TreeModel interface is called.

types

An array length n of #GTypes