docs: Document new buildertool options
authorMatthias Clasen <mclasen@redhat.com>
Wed, 19 Oct 2022 16:31:53 +0000 (12:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 19 Oct 2022 17:36:14 +0000 (13:36 -0400)
docs/reference/gtk/gtk4-builder-tool.rst

index b3d08863b2f34009f8c824cd5eecf87bf8f0de43..a7e38e73d48977495c387a5faee671c2cb69f8c3 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 |   **gtk4-builder-tool** <COMMAND> [OPTIONS...] <FILE>
 |
 |   **gtk4-builder-tool** validate [OPTIONS...] <FILE>
-|   **gtk4-builder-tool** enumerate <FILE>
+|   **gtk4-builder-tool** enumerate [OPTIONS...] <FILE>
 |   **gtk4-builder-tool** simplify [OPTIONS...] <FILE>
 |   **gtk4-builder-tool** preview [OPTIONS...] <FILE>
 |   **gtk4-builder-tool** screenshot [OPTIONS...] <FILE>
@@ -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
 ^^^^^^^