Re: Gtk API inconstencies
- From: Karl Nelson <kenelson ece ucdavis edu>
- To: Oskar Liljeblad <osk hem passagen se>
- Cc: gtk-devel-list gnome org, kenelson elm ece ucdavis edu
- Subject: Re: Gtk API inconstencies
- Date: Tue, 05 Sep 2000 08:13:11 -0700
>
> * The specified parameter/return types should be gboolean (not
> gint or guint), because they are treated as such.
Note, that changing things to bool is fine, but should not be done in the
stable code. While a gboolean == gint, in the C++ language bindings
bool != int. As a result change of a stable may result in breaking of
binary compatiblity. (Function types are mangled into the function names
so we can't change them.) I am fine with the changes for devel
branch though.
--Karl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]