Add g_signal_set_va_marshaller
authorAlexander Larsson <alexl@redhat.com>
Wed, 22 Feb 2012 18:34:05 +0000 (19:34 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 2 Mar 2012 16:13:03 +0000 (17:13 +0100)
commit7964cda8e6c9dc779e99b65150e158e29d373ea4
tree1cdb982751d5b7f47058d51d2ca0a2d53c1367b9
parent1c4f0ca48332f2e550b5e5e17365c43912958cee
Add g_signal_set_va_marshaller

This lets you set a va_marshaller on your signal which will be
propagated to all closures for the signal. Also, automatically
uses the generica va_marshaller if you specify a NULL c_marshaller.

https://bugzilla.gnome.org/show_bug.cgi?id=661140
gobject/gsignal.c
gobject/gsignal.h