diff --git a/ChangeLog b/ChangeLog index a41e53fe2..cdf211306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +2008-11-15 Mike Kestner + + * gtk/Gtk.metadata: mark the SpinButton::Output signal as manually + marshaled to avoid a compat break. The old manual marshaler expected + and int RetVal and the new signal closure more accurately expects a + bool. Since returning 1 previously worked, we need to revert to the + int expectation, even though bool is technically more correct. + 2008-11-14 Brad Taylor * glib/Object.cs: Bind g_object_notify. - * doc/en/GLib/Object.xml: Document new API. 2008-11-05 Mike Kestner diff --git a/gtk/Gtk.metadata b/gtk/Gtk.metadata index 968105d89..dd445312c 100644 --- a/gtk/Gtk.metadata +++ b/gtk/Gtk.metadata @@ -559,6 +559,7 @@ 1 GtkWidget* 1 + true out out SetStock