warning: Interface 'DataModel' virtual function 'i_get_n_rows' has no known invoker
libgda/gda-data-model.c
defines for the GdaDataModel object virtual methods with an "i_" prefix, and the scanner trys to find a gda_data_model_i_get_n_rows function as a default invoker, but the correct function's name is gda_data_model_get_n_rows. My first try modify the virtual method from 'i_get_n_rows' to 'get_n_rows', this works but breaks ABI in LibGDA 4.x series then is rejected for now.
Then how modify or add this methods to the gir file?
--
Trabajar, la mejor arma para tu superación
"de grano en grano, se hace la arena" (R) (en trámite, pero para los cuates: LIBRE)
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list