]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: Fix gtk_widget_style_get_property binding
authorJürg Billeter <j@bitron.ch>
Sun, 24 Jun 2012 15:23:15 +0000 (17:23 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 24 Jun 2012 15:23:15 +0000 (17:23 +0200)
Fixes bug 671896.

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

index b1f6e5aab8ef849e470bd9481ff3d0208d650c7d..54b6d7c33521d2cf9c2b99e9c0b5676c8ee52c87 100644 (file)
@@ -5632,7 +5632,7 @@ namespace Gtk {
                public void show_now ();
                public void style_attach ();
                public void style_get (...);
-               public void style_get_property (string property_name, out GLib.Value value);
+               public void style_get_property (string property_name, ref GLib.Value value);
                public void style_get_valist (string first_property_name, void* var_args);
                public void thaw_child_notify ();
                public bool translate_coordinates (Gtk.Widget dest_widget, int src_x, int src_y, out int dest_x, out int dest_y);
index 3da0184288723dfdd209ff3f8d898b9e943747a9..14ff9bc697c97b974520b937e899e14851086641 100644 (file)
@@ -5642,7 +5642,7 @@ namespace Gtk {
                public void show_now ();
                public void style_attach ();
                public void style_get (...);
-               public void style_get_property (string property_name, out GLib.Value value);
+               public void style_get_property (string property_name, ref GLib.Value value);
                public void style_get_valist (string first_property_name, void* var_args);
                public void thaw_child_notify ();
                public bool translate_coordinates (Gtk.Widget dest_widget, int src_x, int src_y, out int dest_x, out int dest_y);
index 309a3f3e90eb9f5d29cd0b8f161d34fed4ecb563..639c2357bd51080c74f227a54ec4ed3b89602391 100644 (file)
@@ -899,7 +899,7 @@ gtk_widget_set_scroll_adjustments.hadjustment nullable="1"
 gtk_widget_set_scroll_adjustments.vadjustment nullable="1"
 gtk_widget_set_style.style nullable="1"
 gtk_widget_shape_combine_mask.shape_mask nullable="1"
-gtk_widget_style_get_property.value is_out="1"
+gtk_widget_style_get_property.value is_ref="1"
 gtk_widget_translate_coordinates.dest_x is_out="1"
 gtk_widget_translate_coordinates.dest_y is_out="1"
 GtkWidget.window weak="0"
index 42bf124c1b7fa5276b76a80d528e580e9733a466..fee5c98640c4323ec0882cecf97ff4e7454ce00f 100644 (file)
@@ -1027,7 +1027,7 @@ gtk_widget_set_scroll_adjustments.hadjustment nullable="1"
 gtk_widget_set_scroll_adjustments.vadjustment nullable="1"
 gtk_widget_set_style.style nullable="1"
 gtk_widget_shape_combine_mask.shape_mask nullable="1"
-gtk_widget_style_get_property.value is_out="1"
+gtk_widget_style_get_property.value is_ref="1"
 gtk_widget_translate_coordinates.dest_x is_out="1"
 gtk_widget_translate_coordinates.dest_y is_out="1"
 GtkWidget.window weak="0"