[ CCode ( cname = "gtk_list_store_newv" , has_construct_function = false ) ]
public ListStore.newv (Type[] types)
Non-vararg creation function.
Used primarily by language bindings.
types |
an array of Type types for the columns, from first to last |
n_columns |
number of columns in the list store |
a new ListStore |