diff options
| author | Corentin Noël <corentin.noel@collabora.com> | 2025-03-12 10:28:11 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-03-12 09:08:51 -0700 |
| commit | be842e80743b4531560ba54da1c070f7f79e9515 (patch) | |
| tree | 6442e3191cd54453481496efe4df61fad3d57031 /docs/markdown | |
| parent | 0be18b0d87bae8655a79958a14e06db5061cf401 (diff) | |
| download | meson-be842e80743b4531560ba54da1c070f7f79e9515.tar.gz | |
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.
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Gnome-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
