summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-05-02 10:12:54 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-05-02 11:55:57 -0400
commitda3f2eea7c0601b61209722fe897466afba5010c (patch)
tree084a3e4cab7a4ac112a392539397dbc66fbe9f9e /docs
parentb08a1702d12f4f70fe903515609a1b6cebc3f76e (diff)
downloadgtk+-da3f2eea7c0601b61209722fe897466afba5010c.tar.gz
gtk-builder-tool: Improve docs
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/gtk-builder-tool.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/gtk/gtk-builder-tool.xml b/docs/reference/gtk/gtk-builder-tool.xml
index a06a0af3c3..f89c8e10e6 100644
--- a/docs/reference/gtk/gtk-builder-tool.xml
+++ b/docs/reference/gtk/gtk-builder-tool.xml
@@ -40,6 +40,10 @@
<command>gtk-builder-tool</command> can perform various operations
on GtkBuilder .ui files.
</para>
+<para>
+ You should always test the modified .ui files produced by gtk-builder-tool
+ before using them in production.
+</para>
</refsect1>
<refsect1><title>Commands</title>
@@ -47,16 +51,16 @@
<variablelist>
<varlistentry>
<term><option>validate</option></term>
- <listitem><para>Validate the .ui file and report errors to stderr.</para></listitem>
+ <listitem><para>Validates the .ui file and report errors to stderr.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>simplify</option></term>
- <listitem><para>Simplify the .ui file by removing properties that
+ <listitem><para>Simplifies the .ui file by removing properties that
are set to their default values and write the resulting XML to stdout.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>enumerate</option></term>
- <listitem><para>List all the named objects that are created in the .ui file.</para></listitem>
+ <listitem><para>Lists all the named objects that are created in the .ui file.</para></listitem>
</varlistentry>
</variablelist>
</refsect1>