[gupnp] doc: Update binding-tool manpage
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] doc: Update binding-tool manpage
- Date: Mon, 27 May 2019 21:04:16 +0000 (UTC)
commit 1873a6af2b015d313369e676998f24e80a55f428
Author: Jens Georg <mail jensge org>
Date: Mon May 27 22:34:08 2019 +0200
doc: Update binding-tool manpage
Fixes #6
Make it include the version number
doc/gupnp-binding-tool.xml | 14 +++++++-------
1 file 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]