GNOME Bugzilla – Bug 310226
libgda uses void* for binary data
Last modified: 2005-09-15 11:32:08 UTC
This patch changes the use of gpointer to guint8* for binary data in GdaValue. I don't know if this really works anyway, and I chose guint8 arbitrarily, but surely void* is unnecessary because the data does have some structure.
Created attachment 49092 [details] [review] libgda_binary.patch
Comment on attachment 49092 [details] [review] libgda_binary.patch Patch for libgda 2 (cvs HEAD)
hmm, wouldn't it be better to use guchar?
Possibly. Maybe they are the same thing. I wouldn't object. I just wanted something that's the same on all platforms.
Corrected using guchar*.