summaryrefslogtreecommitdiff
path: root/docs/markdown/Gnome-module.md
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-06-09 16:27:51 -0400
committerXavier Claessens <xclaesse@gmail.com>2020-06-16 08:21:35 -0400
commit0b4cf5a8447610a8d5a2101ecbac013fc0420811 (patch)
tree4a81436bfac80cd13a78277a99c56b076f7207c3 /docs/markdown/Gnome-module.md
parent0a61f511aa1960ac0d3f9b5e50e35f5f603b99b7 (diff)
downloadmeson-0b4cf5a8447610a8d5a2101ecbac013fc0420811.tar.gz
gnome: Add fatal_warnings kwarg to generate_gir()
Fixes: #7130
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r--docs/markdown/Gnome-module.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 0d1f269af..ced8a40c4 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -97,6 +97,7 @@ There are several keyword arguments. Many of these map directly to the
* `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
+* `fatal_warnings`: *Since 0.55.0* turn scanner warnings into fatal errors.
Returns an array of two elements which are: `[gir_target,
typelib_target]`