From bb8178212a4e00a0a81769b1f529893ac8cfedde Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Sat, 7 Dec 2024 12:54:45 +0000 Subject: [PATCH] Add version annotation to Granite.Bin So that the .gir file contains the necessary annotations for other language bindings. --- lib/Widgets/Bin.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Widgets/Bin.vala b/lib/Widgets/Bin.vala index 16c1968ae..b14638562 100644 --- a/lib/Widgets/Bin.vala +++ b/lib/Widgets/Bin.vala @@ -9,6 +9,7 @@ * * @since 7.6.0 */ +[Version (since = "7.6.0")] public class Granite.Bin : Gtk.Widget { class construct { set_layout_manager_type (typeof (Gtk.BinLayout));