Re: "TRUE" in GConf key descriptions



Hi,

Ole Laursen <olau@hardworking.dk> writes:

> This is for plain C, though. There is probably a line somewhere in the
> source code for GTK+ with:
> 
>   #define TRUE 1

Actually the definition is in GLib and it reads

#define FALSE (0)
#define TRUE  (!FALSE)


Sven




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