GNOME Bugzilla – Bug 686042
use libffi-based generic marshaller instead of glib-genmarshal
Last modified: 2013-06-08 23:43:59 UTC
Currently, libsoup is using glib-genmarshal to generate type-specific marshallers. This can be troublesome when cross-compiling, since a compatible glib-genmarshal needs to be available on the host. It would nice to use the new g_cclosure_marshal_generic() function instead. This is a generic marshaller based on libffi, it is available starting from glib 2.30.
Created attachment 226339 [details] [review] use libfffi-based generic marshaller instead of glib-genmarshal
belatedly fixed up for master and pushed. thanks