ListStore.newv
Description:
[ CCode ( cname = "gtk_list_store_newv" , has_construct_function = false ) ]
public ListStore.newv (Type[] types)
public ListStore.newv (Type[] types)
Creates a new `GtkListStore`.
Note:
Use [class@Gio.ListStore] instead
This function is meant to be used by language bindings.
Parameters:
types |
an array of `GType` types for the columns, from first to last |
n_columns |
number of columns in the list store |
Returns:
a new `GtkListStore` |