mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Document all gdbus-codegen options
The --help and --xml-files options were missing from the man page.
This commit is contained in:
parent
13958ee429
commit
7b60a469b7
@ -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>
|
||||
@ -135,6 +137,24 @@
|
||||
</para>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user