From 16a8111ff41055401940f78fa469d8845d6e1c78 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 15 Nov 2008 22:38:07 +0000 Subject: [PATCH] 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. svn path=/trunk/gtk-sharp/; revision=118944 --- ChangeLog | 9 ++++++++- gtk/Gtk.metadata | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) 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