Merge branch 'matthiasc/for-main' into 'main'

docs: Update gtk4-builder-tool docs

See merge request GNOME/gtk!5144
This commit is contained in:
Matthias Clasen 2022-10-19 17:13:23 +00:00
commit aaf5c43e78

View File

@ -12,7 +12,7 @@ SYNOPSIS
-------- --------
| **gtk4-builder-tool** <COMMAND> [OPTIONS...] <FILE> | **gtk4-builder-tool** <COMMAND> [OPTIONS...] <FILE>
| |
| **gtk4-builder-tool** validate <FILE> | **gtk4-builder-tool** validate [OPTIONS...] <FILE>
| **gtk4-builder-tool** enumerate <FILE> | **gtk4-builder-tool** enumerate <FILE>
| **gtk4-builder-tool** simplify [OPTIONS...] <FILE> | **gtk4-builder-tool** simplify [OPTIONS...] <FILE>
| **gtk4-builder-tool** preview [OPTIONS...] <FILE> | **gtk4-builder-tool** preview [OPTIONS...] <FILE>
@ -33,6 +33,10 @@ Validation
The ``validate`` command validates the given UI definition file and reports The ``validate`` command validates the given UI definition file and reports
errors to ``stderr``. errors to ``stderr``.
``--deprecations``
Warn about uses of deprecated types in the UI definition file.
Enumeration Enumeration
^^^^^^^^^^^ ^^^^^^^^^^^