Update glib-genmarshal docs

A bunch of new commandline options sneaked in without docs...
This commit is contained in:
Matthias Clasen 2012-03-05 08:32:07 -05:00
parent afe30b2884
commit 17fe7fbd5a

View File

@ -76,6 +76,27 @@ Do not use the standard marshallers of the GObject library, and skip
</para></listitem>
</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>