]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libgda-4.0: add ellipsis to gda_data_model_array_new_with_g_types
authorShawn Ferris <shawnmferris@yahoo.com>
Tue, 23 Mar 2010 08:46:01 +0000 (01:46 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 23 Mar 2010 08:59:27 +0000 (01:59 -0700)
Partially fixes bug 604208.

vapi/libgda-4.0.vapi
vapi/packages/libgda-4.0/libgda-4.0.metadata

index 03639188516c08446609a4df754dcfaf2636516f..a9125c1a371d3c94076acc5d5e6142465007dca0 100644 (file)
@@ -218,8 +218,8 @@ namespace Gda {
                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]
index a445b474159723fdbd02bf70f749ce06731f4411..38136217ee1135edafcef65d878f0b08fe4448ea 100644 (file)
@@ -10,5 +10,6 @@ GdaDataModelAccessFlags hidden="1"
 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"