mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Merge branch 'matthiasc/for-main' into 'main'
docs: Update gtk4-builder-tool docs See merge request GNOME/gtk!5144
This commit is contained in:
commit
aaf5c43e78
@ -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
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user