2008-11-15 Mike Kestner <mkestner@novell.com>
* 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
This commit is contained in:
parent
45622e1d33
commit
16a8111ff4
2 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,14 @@
|
|||
2008-11-15 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* 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 <brad@getcoded.net>
|
||||
|
||||
* glib/Object.cs: Bind g_object_notify.
|
||||
|
||||
* doc/en/GLib/Object.xml: Document new API.
|
||||
|
||||
2008-11-05 Mike Kestner <mkestner@novell.com>
|
||||
|
|
|
@ -559,6 +559,7 @@
|
|||
<attr path="/api/namespace/object[@cname='GtkSeparatorToolItem']/property[@name='Draw']" name="new_flag">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkSizeGroup']/method[@name='GetWidgets']/return-type" name="element_type">GtkWidget*</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkSpinButton']/constructor[@cname='gtk_spin_button_new_with_range']" name="hidden">1</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkSpinButton']/signal[@name='Output']" name="manual">true</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkStatusIcon']/method[@name='GetGeometry']/*/*[@name='screen']" name="pass_as">out</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkStatusIcon']/method[@name='GetGeometry']/*/*[@name='area']" name="pass_as">out</attr>
|
||||
<attr path="/api/namespace/object[@cname='GtkStatusIcon']/method[@name='SetFromStock']" name="name">SetStock</attr>
|
||||
|
|
Loading…
Reference in a new issue