From 89d46d1bdc49755ff99982fb124ec081a2297c12 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2015 06:38:16 -0400 Subject: [PATCH] docs: Document the --strict option of glib-compile-schemas Curiously, this option has managed to remain undocumented for 5 years. --- docs/reference/gio/glib-compile-schemas.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/gio/glib-compile-schemas.xml b/docs/reference/gio/glib-compile-schemas.xml index 04ed05f57..24b3bf5aa 100644 --- a/docs/reference/gio/glib-compile-schemas.xml +++ b/docs/reference/gio/glib-compile-schemas.xml @@ -81,6 +81,14 @@ Store gschemas.compiled in the TARGET + + + +Abort on any errors in schemas. Without this option, faulty schema files are +simply omitted from the resulting compiled schema. + + +