@new
Description:
public static DataModel @new (
int cols)
Creates a new DataModel object without initializing the column types.
Using gda_data_model_array_new_with_g_types
is usually better.
Parameters:
cols |
number of columns for rows in this data model.
|
Returns:
a pointer to the newly created DataModel.
|