From be842e80743b4531560ba54da1c070f7f79e9515 Mon Sep 17 00:00:00 2001 From: Corentin Noël Date: Wed, 12 Mar 2025 10:28:11 +0100 Subject: modules/gnome: header argument of generate_gir accepts an array of strings The behavioral change is there since be1d013453e3df3b83da0c91f5211c822d4da4d7 so align the documentation with what is allowed here. --- docs/markdown/Gnome-module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 7248ca511..e8953efc9 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -106,7 +106,8 @@ There are several keyword arguments. Many of these map directly to the * `identifier_prefix`: the identifier prefix for the gir object, e.g. `Gtk` * `includes`: list of gir names to be included, can also be a GirTarget -* `header`: *(Added 0.43.0)* name of main c header to include for the library, e.g. `glib.h` +* `header`: *(Added 0.43.0)* name of main c header to include for the library, + e.g. `glib.h`, (*Since 0.61.0*) a list of headers is allowed * `include_directories`: extra include paths to look for gir files * `install`: if true, install the generated files * `install_gir`: (*Added 0.61.0*) overrides `install`, whether to install the -- cgit v1.2.3