From: Rico Tzschichholz Date: Tue, 21 Mar 2023 10:14:49 +0000 (+0100) Subject: gtk+-3.0: Fix ToolPalette.icon_size get-accessor type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c112d5ed9516405a1d87f390889a7003facdbc;p=thirdparty%2Fvala.git gtk+-3.0: Fix ToolPalette.icon_size get-accessor type --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 5475415ad..61a3ffef9 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -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] diff --git a/vapi/metadata/Gtk-3.0.metadata b/vapi/metadata/Gtk-3.0.metadata index 5a1ac0c91..6cff8ec9c 100644 --- a/vapi/metadata/Gtk-3.0.metadata +++ b/vapi/metadata/Gtk-3.0.metadata @@ -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