Add optional support for varargs marshallers to GClosure
authorAlexander Larsson <alexl@redhat.com>
Wed, 22 Feb 2012 18:29:14 +0000 (19:29 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 2 Mar 2012 16:13:03 +0000 (17:13 +0100)
commit588af03a2893615736685c43cdaff767f70d04e8
treee701d4471df07fb07241a91d92e74731430d6607
parentd5fbbe400aef8c802968a1398fc8e9546173b748
Add optional support for varargs marshallers to GClosure

These closures support being invoked on a va_args which can
be useful as you can then avoid boxing the va_args into
GValues in certain cases.

https://bugzilla.gnome.org/show_bug.cgi?id=661140
gobject/gclosure.c
gobject/gclosure.h
gobject/gtype-private.h