From: Matthias Clasen Date: Wed, 19 Oct 2022 12:50:34 +0000 (-0400) Subject: docs: Update gtk4-builder-tool docs X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~156^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cd031de680df663246ebdd49b6092cbefe8922d7;p=gtk4.git docs: Update gtk4-builder-tool docs Mention the new --deprecations option of the validate command. --- diff --git a/docs/reference/gtk/gtk4-builder-tool.rst b/docs/reference/gtk/gtk4-builder-tool.rst index 9e011a330f..b3d08863b2 100644 --- a/docs/reference/gtk/gtk4-builder-tool.rst +++ b/docs/reference/gtk/gtk4-builder-tool.rst @@ -12,7 +12,7 @@ SYNOPSIS -------- | **gtk4-builder-tool** [OPTIONS...] | -| **gtk4-builder-tool** validate +| **gtk4-builder-tool** validate [OPTIONS...] | **gtk4-builder-tool** enumerate | **gtk4-builder-tool** simplify [OPTIONS...] | **gtk4-builder-tool** preview [OPTIONS...] @@ -33,6 +33,10 @@ Validation The ``validate`` command validates the given UI definition file and reports errors to ``stderr``. +``--deprecations`` + + Warn about uses of deprecated types in the UI definition file. + Enumeration ^^^^^^^^^^^