Re: [gnome-db] Changing a field definition



On Sun, 2004-04-25 at 12:53, Rodrigo Moya wrote:
> also, btw, update_column does not work on 1.0.x.

Is it meant to work in libgda 1.1 already? The GdaDataModel
update_column vfunc does not seem to be set anywhere, so I get a warning
here:

gboolean
gda_data_model_update_column (GdaDataModel *model, const
GdaFieldAttributes *col)
{
	gboolean result;

	g_return_val_if_fail (GDA_IS_DATA_MODEL (model), FALSE);
	g_return_val_if_fail (CLASS (model)->update_column != NULL, FALSE);

-- 
Murray Cumming
www.murrayc.com
murrayc murrayc com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]