public static unowned Gda.DataModelArray copy_model (Gda.DataModel src) throws GLib.Error;
public unowned Gda.Row get_row (int row) throws GLib.Error;
public void set_n_columns (int cols);
- [CCode (type = "GdaDataModel*", has_construct_function = false)]
- public DataModelArray.with_g_types (int cols);
+ [CCode (sentinel = "", type = "GdaDataModel*", has_construct_function = false)]
+ public DataModelArray.with_g_types (int cols, ...);
[NoAccessorMethod]
public uint n_columns { get; set; }
[NoAccessorMethod]
GdaMetaStructFeature hidden="1"
GdaError namespace="GLib" name="Error"
GdaSList namespace="GLib" name="SList"
+gda_data_model_array_new_with_g_types ellipsis="1" sentinel=""
gda_data_model_get_typed_value_at transfer_ownership="0" nullable="1"
gda_data_model_get_value_at transfer_ownership="0" nullable="1"