diff options
author | Olivier Blin <olivier.blin@softathome.com> | 2012-10-12 17:41:58 +0200 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-06-08 20:41:22 -0300 |
commit | 7539b3c15ece007f0d1894f2e0cbb4d32898f4cf (patch) | |
tree | d379ec763683ab7b621f358d4a670a73edcf3de8 /.gitignore | |
parent | 961dc48ae20f970026f87d0e74f31cc7094ea654 (diff) | |
download | libsoup-7539b3c15ece007f0d1894f2e0cbb4d32898f4cf.tar.gz |
use libfffi-based generic marshaller instead of glib-genmarshal
g_cclosure_marshal_generic() is the default signal handler starting
from glib 2.29.12. libsoup already requires glib 2.33.1.
https://bugzilla.gnome.org/show_bug.cgi?id=686042
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ libsoup-zip libsoup-2.4.pc libsoup-gnome-2.4.pc libsoup/soup-enum-types.* -libsoup/soup-marshal.* libsoup/Soup-2.4.gir libsoup/Soup-2.4.typelib libsoup/SoupGNOME-2.4.gir |