]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Gtk.Widget.get_allocation allocation parameter is out.
authorLuca Bruno <lethalman88@gmail.com>
Sun, 30 May 2010 17:13:58 +0000 (10:13 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sun, 30 May 2010 17:14:35 +0000 (10:14 -0700)
Fixes bug 620050.

vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 5f86bf2d4352d75a813517c750c122f8d3294ec0..c09d2e3a7912c0089e5e9979572ed543f19e0bc0 100644 (file)
@@ -5191,7 +5191,7 @@ namespace Gtk {
                public class unowned GLib.ParamSpec find_style_property (string property_name);
                public void freeze_child_notify ();
                public virtual unowned Atk.Object get_accessible ();
-               public void get_allocation (Gtk.Allocation allocation);
+               public void get_allocation (out Gtk.Allocation allocation);
                public unowned Gtk.Widget get_ancestor (GLib.Type widget_type);
                public bool get_app_paintable ();
                public bool get_can_default ();
index 378859fedea2b327d82e0bc06d2e69d5f4bb3c37..d340044c0eb4aeba6ed54c570a61cc2b068857b5 100644 (file)
@@ -750,6 +750,7 @@ gtk_widget_create_pango_layout transfer_ownership="1"
 gtk_widget_create_pango_layout.text nullable="1"
 gtk_widget_destroy hidden="1"
 GtkWidget::event has_emitter="1"
+gtk_widget_get_allocation.allocation is_out="1"
 gtk_widget_get_child_requisition.requisition is_out="1"
 gtk_widget_get_pointer.x is_out="1"
 gtk_widget_get_pointer.y is_out="1"