summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-08-24 14:56:46 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-08-24 14:56:46 -0400
commitdff4e545ae4759dd3765e23175667d2fb8e3becb (patch)
tree44fbe66fd7c4cc1f259aa1aab97767f60201a94d /doc
parent0b5df16d53761bd73fc2829daacfff6cc24d9a2e (diff)
Add a --add-include option
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/gdbus-codegen.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/gdbus-codegen.xml b/doc/gdbus-codegen.xml
index d512ad6..4f63d89 100644
--- a/doc/gdbus-codegen.xml
+++ b/doc/gdbus-codegen.xml
@@ -21,6 +21,9 @@
<arg rep="repeat">--register-boxed-type <replaceable>desc</replaceable></arg>
<arg rep="repeat">--register-object-type <replaceable>desc</replaceable></arg>
<group choice="plain" rep="repeat">
+ <arg><option>--add-include</option> <replaceable>path/to/file.h</replaceable></arg>
+ </group>
+ <group choice="plain" rep="repeat">
<arg>
<option>--annotate</option>
<replaceable>element</replaceable>
@@ -699,6 +702,18 @@ GVariant *foo_rect_to_gvariant (FooRect *rect);
</varlistentry>
<varlistentry>
+ <term><option>--add-include</option> <replaceable>path/to/file.h</replaceable></term>
+ <listitem>
+ <para>
+ Includes <replaceable>path/to/file.h</replaceable> in all
+ generated header and sources files. Note that the resulting
+ <literal>#include</literal> directive is not affected by the
+ <option>--include-dir</option> option.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--annotate</option></term>
<listitem>
<para>