]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.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)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 16 Nov 2010 19:15:44 +0000 (11:15 -0800)
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 dcda1a7aae6dbec999974ee076debb178af5df75..c92a54ea057e847286800f68805e469ab7ccb010 100644 (file)
@@ -5624,7 +5624,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 f9cdeaf2b5631d1fb02e32671c45c2a3abd0c872..8d1a6fd00e1558b037f7c2e41d6fa5b4f785b3f3 100644 (file)
@@ -5073,7 +5073,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 a25d13c9af90ef8c3680640d7f562eac61202e8d..7aa78dbd80a3d78c0308cff8f7e96fa172649aff 100644 (file)
@@ -810,6 +810,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"
index 7cdb3df3ad91c88301776f9746641c0589b88672..5e99f0b7567a3ac53f614c5687cfc498fe675a44 100644 (file)
@@ -812,6 +812,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"