gtk-builder-tool: Add an enumerate command

This lists all the named objects from the .ui file.
This commit is contained in:
Matthias Clasen
2015-04-30 07:11:49 -04:00
parent ec05339858
commit 398399610a
2 changed files with 51 additions and 1 deletions

View File

@ -54,6 +54,10 @@
<listitem><para>Simplify 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></list>
</varlistentry>
</variablelist>
</refsect1>