[gtk/builder-tool-scope: 7/7] docs: Document new buildertool options




commit 46c7c0c4e69b81634f16fdd82bc62e8012d24168
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Oct 19 12:31:53 2022 -0400

    docs: Document new buildertool options

 docs/reference/gtk/gtk4-builder-tool.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
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** <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
 ^^^^^^^
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]