Re: fun project!




Dan Winship <danw@helixcode.com> writes:
> > 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.)
> 

Yeah. I wouldn't spend tons of time on it though, as long as the
header is correct, it won't make any difference.

Havoc



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