aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-01-31 18:25:18 -0500
committerEli Schwartz <eschwartz@archlinux.org>2022-01-31 18:25:18 -0500
commit689504b8607f11d7a98e2125823ad917dfc49504 (patch)
tree41b92e77d844a746e36bfbeffb472c8e6487d4aa /docs
parent8d648532295d131898b392032d13cd1b13e639af (diff)
downloadmeson-689504b8607f11d7a98e2125823ad917dfc49504.zip
meson-689504b8607f11d7a98e2125823ad917dfc49504.tar.gz
meson-689504b8607f11d7a98e2125823ad917dfc49504.tar.bz2
gnome: add documentation for new kwargs
This was forgotten in commit bc8c938148a55910dd1bd454fc3c5e8ab7477baa -- sorry!
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Gnome-module.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 616562a..d85476a 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -103,10 +103,14 @@ There are several keyword arguments. Many of these map directly to the
* `header`: *(Added 0.43.0)* name of main c header to include for the library, e.g. `glib.h`
* `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
+ generated gir
* `install_dir_gir`: (*Added 0.35.0*) which directory to install the
- gir file into; can be false to disable installation
+ gir file into; (*Deprecated since 0.61.0*) can be false to disable installation
+* `install_typelib`: (*Added 0.61.0*) overrides `install`, whether to install the
+ generated typelib
* `install_dir_typelib`: (*Added 0.35.0*) which directory to install
- the typelib file into; can be false to disable installation
+ the typelib file into; (*Deprecated since 0.61.0*) can be false to disable installation
* `link_with`: list of libraries to link with
* `symbol_prefix`: the symbol prefix for the gir object, e.g. `gtk`,
(*Since 0.43.0*) an ordered list of multiple prefixes is allowed