GNOME Bugzilla – Bug 395962
Gda::DataModelQuery inherits from Glib::Object instead of Gda::Object
Last modified: 2011-01-16 23:39:40 UTC
The Gda::DataModelQuery class currently inherits from Glib::Object, but the C version inherits from GdaObject. The attached patch fixes this. It also makes the constructor take a Gda::Query argument as gda_data_model_query_new does.
Created attachment 80160 [details] [review] Changes base class from Glib::Object to Gda::Object
Applied, with a change to use the _CONSTRUCT() macro. Thanks.