Add a man page for gtk-builder-tool
This commit is contained in:
@ -485,7 +485,8 @@ man_MANS = \
|
||||
gtk3-demo-application.1 \
|
||||
gtk3-widget-factory.1 \
|
||||
gtk3-icon-browser.1 \
|
||||
broadwayd.1
|
||||
broadwayd.1 \
|
||||
gtk-builder-tool.1
|
||||
|
||||
if ENABLE_MAN
|
||||
|
||||
|
46
docs/reference/gtk/gtk-builder-tool.xml
Normal file
46
docs/reference/gtk/gtk-builder-tool.xml
Normal file
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
||||
]>
|
||||
<refentry id="gtk-builder-tool">
|
||||
|
||||
<refentryinfo>
|
||||
<title>gtk-builder-tool</title>
|
||||
<productname>GTK+</productname>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<contrib>Developer</contrib>
|
||||
<firstname>Matthias</firstname>
|
||||
<surname>Clasen</surname>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</refentryinfo>
|
||||
|
||||
<refmeta>
|
||||
<refentrytitle>gtk-builder-tool</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
<refmiscinfo class="manual">User Commands</refmiscinfo>
|
||||
</refmeta>
|
||||
|
||||
<refnamediv>
|
||||
<refname>gtk-builder-tool</refname>
|
||||
<refpurpose>GtkBuilder file utility</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>gtk-builder-tool</command>
|
||||
<arg choice="plain"><replaceable>FILE</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
<refsect1><title>Description</title>
|
||||
<para>
|
||||
<command>gtk-builder-tool</command> validates and simplifies a GtkBuilder
|
||||
.ui file. Any validation errors are reported on stderr. If the file is
|
||||
valid, it is simplified by removing any properties that are set to their
|
||||
default value. The resulting xml is written to stdout.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
@ -404,6 +404,7 @@
|
||||
<xi:include href="gtk-query-immodules-3.0.xml" />
|
||||
<xi:include href="gtk-update-icon-cache.xml" />
|
||||
<xi:include href="gtk-encode-symbolic-svg.xml" />
|
||||
<xi:include href="gtk-builder-tool.xml" />
|
||||
<xi:include href="gtk-launch.xml" />
|
||||
<xi:include href="broadwayd.xml" />
|
||||
</part>
|
||||
|
Reference in New Issue
Block a user