Re: GtkBindingSignal changes



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




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