]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Mark Widget.style_get_property.value as out
authorEvan Nemerson <evan@coeus-group.com>
Tue, 16 Nov 2010 19:15:01 +0000 (11:15 -0800)
committerJürg Billeter <j@bitron.ch>
Thu, 23 Dec 2010 14:44:09 +0000 (15:44 +0100)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 1c92b6847ba96be1cbf0ac992c6c205fb7d3bfe8..dac406b3fe595ab35f9f3ac73a6cbb6fe3076736 100644 (file)
@@ -5403,7 +5403,7 @@ namespace Gtk {
                public void show_now ();
                public void style_attach ();
                public void style_get (...);
-               public void style_get_property (string property_name, GLib.Value value);
+               public void style_get_property (string property_name, out 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 aa30486a9970f9988bd83ed20980ca900009a3eb..5f516a8c4f6d58de6e7f1b7a083b99fb1091c084 100644 (file)
@@ -806,6 +806,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_translate_coordinates.dest_x is_out="1"
 gtk_widget_translate_coordinates.dest_y is_out="1"
 GtkWidget.window weak="0"