Update glib-genmarshal docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Mar 2012 13:32:07 +0000 (08:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Mar 2012 13:32:07 +0000 (08:32 -0500)
A bunch of new commandline options sneaked in without docs...

docs/reference/gobject/glib-genmarshal.xml

index 5dfcb71..1c8f673 100644 (file)
@@ -77,6 +77,27 @@ Do not use the standard marshallers of the GObject library, and skip
 </varlistentry>
 
 <varlistentry>
+<term><option>--internal</option></term>
+<listitem><para>
+Mark generated functions as internal, using G_GNUC_INTERNAL.
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>--valist-marshallers</option></term>
+<listitem><para>
+Generate valist marshallers, for use with g_signal_set_va_marshaller().
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
+<term><option>-v</option>, <option>--version</option></term>
+<listitem><para>
+Print version information.
+</para></listitem>
+</varlistentry>
+
+<varlistentry>
 <term><option>--g-fatal-warnings</option></term>
 <listitem><para>
 Make warnings fatal, that is, exit immediately once a warning occurs.