From: Matthias Clasen Date: Mon, 5 Mar 2012 13:32:07 +0000 (-0500) Subject: Update glib-genmarshal docs X-Git-Tag: 2.31.20~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17fe7fbd5afe58d386cd9df1148d9f897c233f7e;p=platform%2Fupstream%2Fglib.git Update glib-genmarshal docs A bunch of new commandline options sneaked in without docs... --- diff --git a/docs/reference/gobject/glib-genmarshal.xml b/docs/reference/gobject/glib-genmarshal.xml index 5dfcb71..1c8f673 100644 --- a/docs/reference/gobject/glib-genmarshal.xml +++ b/docs/reference/gobject/glib-genmarshal.xml @@ -77,6 +77,27 @@ Do not use the standard marshallers of the GObject library, and skip + + +Mark generated functions as internal, using G_GNUC_INTERNAL. + + + + + + +Generate valist marshallers, for use with g_signal_set_va_marshaller(). + + + + +, + +Print version information. + + + + Make warnings fatal, that is, exit immediately once a warning occurs.