Constructor
Gtk.TreeStore.newv
Declaration [src]
GtkTreeStore*
gtk_tree_store_newv (
  int n_columns,
  GType* types
)
Parameters
| n_columns | int | 
| number of columns in the tree store | |
| types | An array of GType | 
| an array of  | |
| The length of the array is in the n_columnsargument | |
| Ownership is not transferred to the callee | 
Return value
| Returns: GtkTreeStore | |
| a new  | |
| Ownership of the data is transferred to the caller | |