]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Fix ToolPalette.icon_size get-accessor type
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 21 Mar 2023 10:14:49 +0000 (11:14 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 21 Mar 2023 10:14:49 +0000 (11:14 +0100)
vapi/gtk+-3.0.vapi
vapi/metadata/Gtk-3.0.metadata

index 5475415ad7b2344e0aa4121da07f32fa9fc9d36e..61a3ffef926ce8d4d82a8764e8a57dfc9f44f037 100644 (file)
@@ -8685,7 +8685,7 @@ namespace Gtk {
                public void set_style (Gtk.ToolbarStyle style);
                public void unset_icon_size ();
                public void unset_style ();
-               public Gtk.IconSize icon_size { owned get; set; }
+               public Gtk.IconSize icon_size { get; set; }
                [NoAccessorMethod]
                public bool icon_size_set { get; set; }
                [NoAccessorMethod]
index 5a1ac0c9176f40b6dc967dbf017c1c01585809ba..6cff8ec9ca5d431bb78a6917fb7782c641e69ce4 100644 (file)
@@ -569,7 +569,7 @@ ThemingEngine
 ToolItem
   .get_icon_size type="Gtk.IconSize"
 ToolPalette
-  .get_icon_size type="Gtk.IconSize"
+  .get_icon_size type="unowned Gtk.IconSize"
   .set_icon_size.icon_size type="Gtk.IconSize"
 TreePath
   .free destroys_instance