gtk-builder-tool: Improve docs
This commit is contained in:
@ -40,6 +40,10 @@
|
|||||||
<command>gtk-builder-tool</command> can perform various operations
|
<command>gtk-builder-tool</command> can perform various operations
|
||||||
on GtkBuilder .ui files.
|
on GtkBuilder .ui files.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
You should always test the modified .ui files produced by gtk-builder-tool
|
||||||
|
before using them in production.
|
||||||
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1><title>Commands</title>
|
<refsect1><title>Commands</title>
|
||||||
@ -47,16 +51,16 @@
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>validate</option></term>
|
<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>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>simplify</option></term>
|
<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>
|
are set to their default values and write the resulting XML to stdout.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>enumerate</option></term>
|
<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>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|||||||
Reference in New Issue
Block a user