2006/1/26, Bas Driessen <[EMAIL PROTECTED]>: > Hello, > > Regarding gda_client_new(). It now expects an argument of type GdaDict. > What is it? Do I need it? It is not clear in the documentation if I can pass > NULL to it. I did and all appears to work OK, but would like to know if that > is allowed. Also the example code in the doco does not reflect this new call > yet. >
The GdaClient inherits the GdaObject, and every GdaObject is attached to a GdaDict object, this is the reason of the GdaDict argument of gda_client_new(). However, there is almost no case when one would like to specify which GdaDict to use, so I'll change the signature of that function to GdaClient *gda_client_new(); For the moment, you can use the NULL in place of the GdaDict argument. Cheers, Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
