From 358d1aee591781fda737f30966034b059c03e071 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Fri, 20 Mar 2026 17:15:35 +0300 Subject: [PATCH] Drop broken GIR namespace directive GIR doesn't quite support multiple namespace nodes inside the same GIR file. I don't believe having a separate GraniteServices.gir was ever the intention here, nor is it really possible. Removing this, coupled with https://gitlab.gnome.org/GNOME/vala/-/merge_requests/449 on the Vala side, makes the GIR for libgranite actually useable. Signed-off-by: Sergey Bugaev --- lib/Services/Application.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Services/Application.vala b/lib/Services/Application.vala index a2c859a14..47d109c7f 100644 --- a/lib/Services/Application.vala +++ b/lib/Services/Application.vala @@ -17,7 +17,6 @@ * Boston, MA 02110-1301 USA. */ -[CCode (gir_namespace = "GraniteServices", gir_version = "1.0")] namespace Granite.Services { /** * Utilities for Applications