From: Matthias Clasen Date: Wed, 19 Oct 2022 16:31:53 +0000 (-0400) Subject: docs: Document new buildertool options X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~155^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46c7c0c4e69b81634f16fdd82bc62e8012d24168;p=gtk4.git docs: Document new buildertool options --- diff --git a/docs/reference/gtk/gtk4-builder-tool.rst b/docs/reference/gtk/gtk4-builder-tool.rst index b3d08863b2..a7e38e73d4 100644 --- a/docs/reference/gtk/gtk4-builder-tool.rst +++ b/docs/reference/gtk/gtk4-builder-tool.rst @@ -13,7 +13,7 @@ SYNOPSIS | **gtk4-builder-tool** [OPTIONS...] | | **gtk4-builder-tool** validate [OPTIONS...] -| **gtk4-builder-tool** enumerate +| **gtk4-builder-tool** enumerate [OPTIONS...] | **gtk4-builder-tool** simplify [OPTIONS...] | **gtk4-builder-tool** preview [OPTIONS...] | **gtk4-builder-tool** screenshot [OPTIONS...] @@ -40,9 +40,13 @@ errors to ``stderr``. Enumeration ^^^^^^^^^^^ -The ``enumerate`` command lists all the named objects that are present in the UI +The ``enumerate`` command prints all the named objects that are present in the UI definition file. +``--callbacks`` + + Print the names of callbacks as well. + Preview ^^^^^^^