Re: GtkBindingSignal changes
- From: Matthias Clasen <mclasen redhat com>
- To: Xavier Bestel <xavier bestel free fr>
- Cc: gtk-devel-list gnome org
- Subject: Re: GtkBindingSignal changes
- Date: Wed, 04 Jan 2006 09:26:15 -0500
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]