new_with_g_types
Description:
[
CCode ( cname =
"gda_data_model_array_new_with_g_types" ) ]
public static DataModel new_with_g_types (
int cols, ...)
Creates a new DataModel object with the column types as specified.
Parameters:
cols |
number of columns for rows in this data model.
|
... |
types of the columns of the model to create as Type, as many as indicated by
cols
|
Returns:
a pointer to the newly created DataModel.
|