]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0: Fix gtk_rc_style_create_style binding
authorJürg Billeter <j@bitron.ch>
Wed, 23 Dec 2009 20:46:58 +0000 (21:46 +0100)
committerJürg Billeter <j@bitron.ch>
Wed, 23 Dec 2009 20:46:58 +0000 (21:46 +0100)
vapi/gtk+-2.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata

index 44f8672397d1b4d071d48d3d048988bf8856df26..1e2f37909fa0c9c6f3c88c6fa623fa7b1b9961e9 100644 (file)
@@ -3141,7 +3141,7 @@ namespace Gtk {
                [NoWrapper]
                public virtual unowned Gtk.RcStyle create_rc_style ();
                [NoWrapper]
-               public virtual unowned Gtk.Style create_style ();
+               public virtual Gtk.Style create_style ();
                [NoWrapper]
                public virtual void merge (Gtk.RcStyle src);
                [NoWrapper]
index a5fb60b4d53b8dffdc5049b57ae38de0c04cf3f0..58c4dc9c54d5e97cbc555b8474faef97857f9c94 100644 (file)
@@ -369,6 +369,7 @@ gtk_rc_get_style_by_paths nullable="1"
 gtk_rc_get_style_by_paths.widget_path nullable="1"
 gtk_rc_get_style_by_paths.class_path nullable="1"
 gtk_rc_style_copy transfer_ownership="1"
+gtk_rc_style_create_style transfer_ownership="1"
 gtk_scale_button_new.icons is_array="1" no_array_length="1"
 gtk_scale_button_set_icons.icons is_array="1" no_array_length="1"
 gtk_scale_draw_value hidden="1"