Re: fun project!
- From: Dan Winship <danw helixcode com>
- To: gtk-devel-list redhat com
- Subject: Re: fun project!
- Date: Thu, 27 Apr 2000 13:43:09 -0400
> 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]