After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 686042 - use libffi-based generic marshaller instead of glib-genmarshal
use libffi-based generic marshaller instead of glib-genmarshal
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: Misc
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-10-12 15:41 UTC by Olivier Blin
Modified: 2013-06-08 23:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use libfffi-based generic marshaller instead of glib-genmarshal (16.88 KB, patch)
2012-10-12 15:44 UTC, Olivier Blin
committed Details | Review

Description Olivier Blin 2012-10-12 15:41:35 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.
Comment 1 Olivier Blin 2012-10-12 15:44:33 UTC
Created attachment 226339 [details] [review]
use libfffi-based generic marshaller instead of glib-genmarshal
Comment 2 Dan Winship 2013-06-08 23:43:55 UTC
belatedly fixed up for master and pushed. thanks