Re: fun project!



> I did it for GDK, it isn't all that bad; you just open all the header
> files in Emacs, and anytime a function signature contains "gint" that
> should be "gboolean" you change it in both the header and the .c
> file.

I don't know about HEAD, but there are places in the 1.2 branch where
the prototype says "gboolean" but the declaration says "gint", or vice
versa.

(Temporarily redefining gboolean as a guint instead of a gint is an
easy way to find these.)

-- Dan



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