On Wed, 2006-01-04 at 15:17 +0100, Xavier Bestel wrote: > > 1) this is an incompatible ABI change (gtkbindings.h): > > - GtkBindingArg *args; > > + GtkBindingArg args[1]; /* flexible array */ > > Should probably be args[0] there (and change the g_malloc0() > accordingly).
Thats a gcc extension/C99 addition though. We use [1] in other places where flexible arrays are used. Matthias _______________________________________________ gtk-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-devel-list
