]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_style_copy binding
authorJürg Billeter <j@bitron.ch>
Wed, 9 Feb 2011 19:32:19 +0000 (20:32 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 12 Mar 2011 14:46:52 +0000 (15:46 +0100)
Fixes bug 641950.

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

index af82829cf92af85a9a75d9323ea6902c5c24e74c..ff1f1414ac19b27d8decab6a757b0f775c3de92f 100644 (file)
@@ -3896,7 +3896,7 @@ namespace Gtk {
                public unowned Gtk.Style attach (Gdk.Window window);
                [NoWrapper]
                public virtual unowned Gtk.Style clone ();
-               public virtual void copy ();
+               public virtual Gtk.Style copy ();
                public void detach ();
                [NoWrapper]
                public virtual void draw_arrow (Gdk.Window window, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gdk.Rectangle area, Gtk.Widget widget, string detail, Gtk.ArrowType arrow_type, bool fill, int x, int y, int width, int height);
index c6532fbf09a2d5b1dd7fa86325faebacd742df61..9dd5f57c06e789c4cf555e4f45050f509367d7b3 100644 (file)
@@ -522,6 +522,7 @@ GtkStyle.text_gc weak="0"
 GtkStyle.base_gc weak="0"
 GtkStyle.text_aa_gc weak="0"
 GtkStyle.bg_pixmap weak="0"
+gtk_style_copy type_name="Style" transfer_ownership="1"
 gtk_style_lookup_color.color is_out="1"
 gtk_style_get_style_property.value is_out="1"
 GtkTable:row-spacing accessor_method="0"