From 0b4cf5a8447610a8d5a2101ecbac013fc0420811 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 9 Jun 2020 16:27:51 -0400 Subject: gnome: Add fatal_warnings kwarg to generate_gir() Fixes: #7130 --- docs/markdown/Gnome-module.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/markdown/Gnome-module.md') 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]` -- cgit v1.2.3