From 4de428b99fa348b954fb6785390a6bb49c6625f6 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 2 Jan 2025 01:03:25 -0500 Subject: fix(vala): add namespace and version annotation for gir files --- lib/bluetooth/config.vala.in | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bluetooth/config.vala.in') diff --git a/lib/bluetooth/config.vala.in b/lib/bluetooth/config.vala.in index 9fce720..f43dba3 100644 --- a/lib/bluetooth/config.vala.in +++ b/lib/bluetooth/config.vala.in @@ -1,3 +1,4 @@ +[CCode (gir_namespace = "AstalBluetooth", gir_version = "@API_VERSION@")] namespace AstalBluetooth { public const int MAJOR_VERSION = @MAJOR_VERSION@; public const int MINOR_VERSION = @MINOR_VERSION@; -- cgit v1.2.3