diff options
author | Patrick Griffis <tingping@tingping.se> | 2017-08-13 12:43:21 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-01 20:15:21 +0300 |
commit | 893d101fff01d72e8df055491d8e609eb0fd8575 (patch) | |
tree | 3546798c399d6b66c178fa47a7283c7851c857b0 /docs/markdown | |
parent | a9258923fac2ab145a94f7c72cc5c0127d50bfe2 (diff) | |
download | meson-893d101fff01d72e8df055491d8e609eb0fd8575.zip meson-893d101fff01d72e8df055491d8e609eb0fd8575.tar.gz meson-893d101fff01d72e8df055491d8e609eb0fd8575.tar.bz2 |
gnome: Add header kwarg to generate_gir()
This is a commonly used flag so lets make it more obvious.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Gnome-module.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md index 99a9c8e..d87e108 100644 --- a/docs/markdown/Gnome-module.md +++ b/docs/markdown/Gnome-module.md @@ -81,6 +81,10 @@ tool so see its documentation for more information. * `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` + +* `dependencies`: deps to use during introspection scanning + * `include_directories`: extra include paths to look for gir files * `install`: if true, install the generated files |