Constructor
Gtk.ListStore.newv
Declaration [src]
GtkListStore*
gtk_list_store_newv (
  int n_columns,
  GType* types
)
Parameters
| n_columns | int | 
| number of columns in the list 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: GtkListStore | |
| a new  | |
| Ownership of the data is transferred to the caller | |