[gtkada] Glib.Signal_Id : a Gulong or Guint?
R.A.Matthews (gtk)
gtk at ramatthews.free-online.co.uk
Thu Jan 5 21:27:43 CET 2006
In glib.ads, version 1.63 we have Signal_Id defined
(via a private type) to be Gulong.
However, in gsignal.h, in GLib version 2.8.5, guint is used.
I note that glib.ads, version 1.56, used Guint but in
the change to version 1.57 we have the comment:
"(Signal_Id): Now a Gulong, to match what is done in glib 2.2.x"
I think this makes no difference on 32-bit systems,
but would on 64-bit systems.
Should Signal_Id be changed back to Guint?
Robert A. Matthews
More information about the gtkada
mailing list