Add a small note to g_cclosure_marshal_generic docs
authorPaolo Borelli <pborelli@gnome.org>
Thu, 3 Apr 2014 09:33:33 +0000 (11:33 +0200)
committerPaolo Borelli <pborelli@gnome.org>
Thu, 3 Apr 2014 09:37:32 +0000 (11:37 +0200)
reviewed-by: Emmanuele Bassi

gobject/gclosure.c

index 02e9d86..b516b05 100644 (file)
@@ -1369,6 +1369,9 @@ va_to_ffi_type (GType gtype,
  * A generic marshaller function implemented via
  * [libffi](http://sourceware.org/libffi/).
  *
+ * Normally this function is not passed explicitly to g_signal_new(),
+ * but used automatically by GLib when specifying a %NULL marshaller.
+ *
  * Since: 2.30
  */
 void