From e7ef71588340d66a530d101ab2b1743647f94be0 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 20 May 2024 13:34:19 +0100 Subject: [PATCH] build: Add docs.c to the GLib GIR For historical reasons, some doc blocks are included in an ancillary file. Add it to the list of sources parsed by g-ir-scanner, to increase the coverage of various macros. Fixes: #3372 --- girepository/introspection/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/girepository/introspection/meson.build b/girepository/introspection/meson.build index 9e2d0f2bb..13c99f3b6 100644 --- a/girepository/introspection/meson.build +++ b/girepository/introspection/meson.build @@ -27,6 +27,7 @@ glib_gir_sources = [ glib_types_h, glib_deprecated_sources, glib_sources, + files('../../glib/docs.c'), ] # For API compatibility reasons, GLib-2.0.gir needs to contain the platform