]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.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>
Wed, 9 Feb 2011 19:32:19 +0000 (20:32 +0100)
Fixes bug 641950.

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 bb36748df7052447e80ddd137e10c69a2d334c90..0f8ddad8a5a1f6d29296e0e4232f14df92e44bc3 100644 (file)
@@ -4117,7 +4117,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 da860167c9a91c9452d89102b615876e87a2f713..d2f723859b08ea9eb57014c0e722210d15a9bf36 100644 (file)
@@ -3905,7 +3905,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 (Cairo.Context cr, Gtk.StateType state_type, Gtk.ShadowType shadow_type, Gtk.Widget widget, string detail, Gtk.ArrowType arrow_type, bool fill, int x, int y, int width, int height);
index 5994c351f841725225708e74c216d2b4c0f54d5c..6ecba2cafee48f52feec4fe2b7a7aa1c25caff39 100644 (file)
@@ -530,6 +530,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"
index 8ace60b381561ee78287575583c041d393c8bfba..02724044a9534a13fc0219c1d34aae9c4d0e0243 100644 (file)
@@ -542,6 +542,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"