]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0, gtk+-2.0: make Gtk.Style.clone transfer ownership
authorEvan Nemerson <evan@coeus-group.com>
Tue, 18 Oct 2011 21:35:51 +0000 (14:35 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 18 Oct 2011 21:35:51 +0000 (14:35 -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 4c9c92fa7d9ebc88c86818bd9d7592a2370d6cca..029806f5dbf397a4ac1a4f1b8aca65071446529a 100644 (file)
@@ -4120,7 +4120,7 @@ namespace Gtk {
                public void apply_default_background (Gdk.Window window, bool set_bg, Gtk.StateType state_type, Gdk.Rectangle area, int x, int y, int width, int height);
                public unowned Gtk.Style attach (Gdk.Window window);
                [NoWrapper]
-               public virtual unowned Gtk.Style clone ();
+               public virtual Gtk.Style clone ();
                public Gtk.Style copy ();
                [CCode (instance_pos = -1, vfunc_name = "copy")]
                [NoWrapper]
index fadaaa689e280472d192f397573d155f7edfddd1..3eca06cb0c067e5fd0503e84e2c4d71a5ca8e602 100644 (file)
@@ -3978,7 +3978,7 @@ namespace Gtk {
                public void apply_default_background (Cairo.Context cr, Gdk.Window window, Gtk.StateType state_type, int x, int y, int width, int height);
                public unowned Gtk.Style attach (Gdk.Window window);
                [NoWrapper]
-               public virtual unowned Gtk.Style clone ();
+               public virtual Gtk.Style clone ();
                public Gtk.Style copy ();
                [CCode (instance_pos = -1, vfunc_name = "copy")]
                [NoWrapper]
index cc06e08aac110ac7bccebae95f6d01d37ed0393f..e3ec20bcab8c28b41d8e9bc9abde9b2e87d562cb 100644 (file)
@@ -563,6 +563,7 @@ GtkStyle.text_gc weak="0"
 GtkStyle.base_gc weak="0"
 GtkStyle.text_aa_gc weak="0"
 GtkStyle.bg_pixmap weak="0"
+gtk_style_clone transfer_ownership="1"
 gtk_style_copy virtual="0" type_name="Style" transfer_ownership="1"
 gtk_style_lookup_color.color is_out="1"
 gtk_style_get_style_property.value is_out="1"
index 968d7ddea28c5dbfe02235425a1a360f7f8ca863..f51e8078263308b5aa44c8c78d9154305390e6e3 100644 (file)
@@ -613,6 +613,7 @@ GtkStyle.text_gc weak="0"
 GtkStyle.base_gc weak="0"
 GtkStyle.text_aa_gc weak="0"
 GtkStyle.bg_pixmap weak="0"
+gtk_style_clone transfer_ownership="1"
 gtk_style_copy virtual="0" type_name="Style" transfer_ownership="1"
 gtk_style_context_get ellipsis="1"
 gtk_style_context_get_background_color type_name="Gdk.RGBA"