summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-03-21 11:14:49 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2023-03-21 11:14:49 +0100
commitc9c112d5ed9516405a1d87f390889a7003facdbc (patch)
tree55d64f4cd25af996756ea357198642afb91865fc
parent9c35019ef300082243ef7c71c22088c52d3db38e (diff)
downloadvala-c9c112d5ed9516405a1d87f390889a7003facdbc.tar.gz
gtk+-3.0: Fix ToolPalette.icon_size get-accessor type
-rw-r--r--vapi/gtk+-3.0.vapi2
-rw-r--r--vapi/metadata/Gtk-3.0.metadata2
2 files changed, 2 insertions, 2 deletions
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