[glib] Document all gdbus-codegen options



commit 7b60a469b751b655cbce04fb44b40e42a7d42391
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 4 21:01:35 2013 -0400

    Document all gdbus-codegen options
    
    The --help and --xml-files options were missing from the man page.

 docs/reference/gio/gdbus-codegen.xml |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml
index babbca2..7887953 100644
--- a/docs/reference/gio/gdbus-codegen.xml
+++ b/docs/reference/gio/gdbus-codegen.xml
@@ -27,11 +27,13 @@
 <refsynopsisdiv>
   <cmdsynopsis>
     <command>gdbus-codegen</command>
+    <arg><option>-h</option>, <option>--help</option></arg>
     <arg><option>--interface-prefix</option> <replaceable>org.project.Prefix</replaceable></arg>
     <arg><option>--generate-c-code</option> <replaceable>OUTFILES</replaceable></arg>
     <arg><option>--c-namespace</option> <replaceable>YourProject</replaceable></arg>
     <arg><option>--c-generate-object-manager</option></arg>
     <arg><option>--generate-docbook</option> <replaceable>OUTFILES</replaceable></arg>
+    <arg><option>--xml-files</option> <replaceable>FILE</replaceable></arg>
     <group choice="plain" rep="repeat">
       <arg>
         <option>--annotate</option>
@@ -136,6 +138,24 @@
   <variablelist>
 
     <varlistentry>
+      <term><option>-h</option>, <option>--help</option></term>
+      <listitem>
+        <para>
+          Show help and exit.
+        </para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term><option>--xml-files</option> <replaceable>FILE</replaceable></term>
+      <listitem>
+        <para>
+          The D-Bus introspection XML file.
+        </para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term><option>--interface-prefix</option> <replaceable>org.project.Prefix.</replaceable></term>
       <listitem>
         <para>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]