]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: mark Style.get_style_property value argument as out
authorEvan Nemerson <evan@coeus-group.com>
Wed, 3 Nov 2010 16:44:14 +0000 (09:44 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Wed, 3 Nov 2010 16:44:14 +0000 (09:44 -0700)
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 ddb4a1ee2bb46ff33813e6b77496ea92d4dc22ef..9528d5a25a0cc8004b76f0ce6de4a9d62e723d24 100644 (file)
@@ -4164,7 +4164,7 @@ namespace Gtk {
                [NoWrapper]
                public virtual void draw_vline (Gdk.Window window, Gtk.StateType state_type, Gdk.Rectangle area, Gtk.Widget widget, string detail, int y1_, int y2_, int x);
                public void @get (GLib.Type widget_type, ...);
-               public void get_style_property (GLib.Type widget_type, string property_name, GLib.Value value);
+               public void get_style_property (GLib.Type widget_type, string property_name, out GLib.Value value);
                public void get_valist (GLib.Type widget_type, string first_property_name, void* var_args);
                [NoWrapper]
                public virtual void init_from_rc (Gtk.RcStyle rc_style);
index e1593d7644a7394df9676abb8d8f11a04f7c9dd6..90b1b173805651268809cea3e9cf021b52f78cf0 100644 (file)
@@ -3757,7 +3757,7 @@ namespace Gtk {
                [NoWrapper]
                public virtual void draw_vline (Cairo.Context cr, Gtk.StateType state_type, Gtk.Widget widget, string detail, int y1_, int y2_, int x);
                public void @get (GLib.Type widget_type, ...);
-               public void get_style_property (GLib.Type widget_type, string property_name, GLib.Value value);
+               public void get_style_property (GLib.Type widget_type, string property_name, out GLib.Value value);
                public void get_valist (GLib.Type widget_type, string first_property_name, void* var_args);
                [NoWrapper]
                public virtual void init_from_rc (Gtk.RcStyle rc_style);
index c05c38661481fe8c6ecefec79edbf51cdf4250f1..941f62788c9baf9754578f3f7aff590845be89c9 100644 (file)
@@ -522,6 +522,7 @@ GtkStyle.base_gc weak="0"
 GtkStyle.text_aa_gc weak="0"
 GtkStyle.bg_pixmap weak="0"
 gtk_style_lookup_color.color is_out="1"
+gtk_style_get_style_property.value is_out="1"
 GtkTable:row-spacing accessor_method="0"
 GtkTargetEntry is_value_type="1"
 GtkTargetList.list type_arguments="TargetPair"
index 48d223a1296a482e54f5f0c31842dcd5403aad81..c311dc9a3979efed8a83ca7db5d00f3a9f194f45 100644 (file)
@@ -522,6 +522,7 @@ GtkStyle.base_gc weak="0"
 GtkStyle.text_aa_gc weak="0"
 GtkStyle.bg_pixmap weak="0"
 gtk_style_lookup_color.color is_out="1"
+gtk_style_get_style_property.value is_out="1"
 GtkTable:row-spacing accessor_method="0"
 GtkTargetEntry is_value_type="1"
 GtkTargetList.list type_arguments="TargetPair"