Constructor
GtkTreeStorenewv
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 specified in the n_columns argument. | |
The data is owned by the caller of the function. |
Return value
Returns: | GtkTreeStore |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |