On 3/30/06, Murray Cumming <[EMAIL PROTECTED]> wrote:
> On Thu, 2006-03-30 at 11:05 +0200, Vivien Malerba wrote:
> > On 3/30/06, Murray Cumming <[EMAIL PROTECTED]> wrote:
> > > I don't understand this. Why can't #define values be used in switch
> > > statements?
> >
> > The switch statement can only treat constant value cases, and most of
> > the defined Glib types are in fact function calls. So you cant' have
> > something like
> > switch (type) {
> >    case GTK_OBJECT_TYPE:
> >      ...
> > }
>
> Ah, yes. Well, people have lived with this for GValue, so I think they
> can live with it for GdaValue. "else if" is not so bad.
>

Yep.

Vivien
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to