summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-05-27 22:34:08 +0200
committerJens Georg <mail@jensge.org>2019-05-27 22:39:39 +0200
commit1873a6af2b015d313369e676998f24e80a55f428 (patch)
tree37532aaea95253172cbf122246b4bb7a72e8f8b5 /doc
parent26259bd31d4b77867e102b8d81030cfe671e6378 (diff)
downloadgupnp-1873a6af2b015d313369e676998f24e80a55f428.tar.gz
doc: Update binding-tool manpage
Fixes #6 Make it include the version number
Diffstat (limited to 'doc')
-rw-r--r--doc/gupnp-binding-tool.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/gupnp-binding-tool.xml b/doc/gupnp-binding-tool.xml
index 35f5dc3..f1f7b40 100644
--- a/doc/gupnp-binding-tool.xml
+++ b/doc/gupnp-binding-tool.xml
@@ -3,20 +3,20 @@
<refentry id="gupnp-binding-tool" xmlns:xi="http://www.w3.org/2003/XInclude">
<refmeta>
- <refentrytitle>gupnp-binding-tool</refentrytitle>
+ <refentrytitle>gupnp-binding-tool-1.2</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="source">GUPnP</refmiscinfo>
<refmiscinfo class="version"><xi:include href="version.xml" parse="text"/></refmiscinfo>
</refmeta>
<refnamediv>
- <refname>gupnp-binding-tool</refname>
+ <refname>gupnp-binding-tool-1.2</refname>
<refpurpose>creates C convenience wrappers for UPnP services</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
- <command>gupnp-binding-tool</command>
+ <command>gupnp-binding-tool-1.2</command>
<arg choice="opt">--prefix <arg choice="req">PREFIX</arg></arg>
<arg choice="opt">--mode <arg choice="req">client|server</arg></arg>
<arg choice="req">SCPD file</arg>
@@ -26,7 +26,7 @@
<refsect1>
<title>Description</title>
<para>
- <command>gupnp-binding-tool</command> takes a <glossterm
+ <command>gupnp-binding-tool-1.2</command> takes a <glossterm
linkend="scpd">SCPD file</glossterm> and generates convenience C functions
which call the actual GUPnP functions. The client-side bindings can be seen
as a service-specific version of the GUPnPServiceProxy API and the
@@ -81,7 +81,7 @@ igd_delete_port_mapping (GUPnPServiceProxy *proxy,
the argument direction.
</para>
<para>
- <command>gupnp-binding-tool</command> generates both synchronous and
+ <command>gupnp-binding-tool-1.2</command> generates both synchronous and
asynchronous wrappers. The <function>igd_delete_port_mapping</function> example
above is the synchronous form, the asynchronous form is as follows:
</para>
@@ -126,7 +126,7 @@ igd_external_ip_address_add_notify (GUPnPServiceProxy *proxy,
gpointer userdata);</programlisting>
<para>
- All of the examples were produced with <filename>gupnp-binding-tool
+ All of the examples were produced with <filename>gupnp-binding-tool-1.2
--prefix igd --mode client WANIPConnection.xml</filename>.
</para>
</refsect1>
@@ -169,7 +169,7 @@ igd_external_ip_address_variable_notify (GUPnPService *service,
variable value.
</para>
<para>
- All of the examples were produced with <filename>gupnp-binding-tool
+ All of the examples were produced with <filename>gupnp-binding-tool-1.2
--prefix igd --mode server WANIPConnection.xml</filename>.
</para>
</refsect1>