]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_button_get_alignment binding
authorJürg Billeter <j@bitron.ch>
Mon, 31 Aug 2009 19:15:32 +0000 (21:15 +0200)
committerJürg Billeter <j@bitron.ch>
Mon, 31 Aug 2009 19:15:32 +0000 (21:15 +0200)
Fixes bug 593578.

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

index c92be5b25dbb4ac345cd7c18a57f488baa5f9393..64525ed229a232bd8aed6eec79f6cb2f97477207 100644 (file)
@@ -462,7 +462,7 @@ namespace Gtk {
                public Button ();
                [CCode (type = "GtkWidget*", has_construct_function = false)]
                public Button.from_stock (string stock_id);
-               public void get_alignment (float xalign, float yalign);
+               public void get_alignment (out float xalign, out float yalign);
                public bool get_focus_on_click ();
                public unowned Gtk.Widget get_image ();
                public Gtk.PositionType get_image_position ();
index fffb6bcda3c4c29cd38a175c195595a5cbbd13ee..0b90ab0a42c2f95919bef4f4b44edae36285444a 100644 (file)
@@ -51,6 +51,8 @@ gtk_box_query_child_packing.pack_type is_out="1"
 gtk_builder_add_objects_from_file.object_ids no_array_length="1" is_array="1"
 gtk_builder_add_objects_from_string.object_ids no_array_length="1" is_array="1"
 GtkBuilderError errordomain="1"
+gtk_button_get_alignment.xalign is_out="1"
+gtk_button_get_alignment.yalign is_out="1"
 GtkButton::clicked has_emitter="1"
 GtkButton::enter has_emitter="1"
 GtkButton::leave has_emitter="1"