summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2007-04-29 21:45:33 +0000
committerJohan Dahlin <johan@src.gnome.org>2007-04-29 21:45:33 +0000
commit986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c (patch)
tree7df3465c83bfc758e3b0e0fb4f535f44231e863f /ChangeLog
parentf7a7b38d5dd5de98d9bccd3e0b6d400601cd4c26 (diff)
downloadpygobject-986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c.tar.gz
pygobject-986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c.tar.xz
pygobject-986ca14bd42f0cae3551f5b6aa97ef5e66e9a02c.zip
Add a generic CClosure marshaller based on ffi. This makes it possible to
2007-04-29 Johan Dahlin <jdahlin@async.com.br> * README: * configure.ac: * gobject/Makefile.am: * gobject/ffi-marshaller.c: (g_value_to_ffi_type), (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi): * gobject/ffi-marshaller.h: * gobject/gobjectmodule.c: (create_signal), (init_gobject): * pygobject-2.0.pc.in: * tests/test_signal.py: * tests/testhelpermodule.c: (test1_callback), (test1_callback_swapped), (test2_callback), (test3_callback), (test4_callback), (test_float_callback), (test_double_callback), (test_string_callback), (test_object_callback), (connectcallbacks), (_wrap_connectcallbacks), (inittesthelper): Add a generic CClosure marshaller based on ffi. This makes it possible to connect to signals on PyGObjects from C. libffi is now an optional dependency Fixes #353816 (Edward Hervey) svn path=/trunk/; revision=651
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddd19e8..7eeb95a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2007-04-29 Johan Dahlin <jdahlin@async.com.br>
+
+ * README:
+ * configure.ac:
+ * gobject/Makefile.am:
+ * gobject/ffi-marshaller.c: (g_value_to_ffi_type),
+ (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi):
+ * gobject/ffi-marshaller.h:
+ * gobject/gobjectmodule.c: (create_signal), (init_gobject):
+ * pygobject-2.0.pc.in:
+ * tests/test_signal.py:
+ * tests/testhelpermodule.c: (test1_callback),
+ (test1_callback_swapped), (test2_callback), (test3_callback),
+ (test4_callback), (test_float_callback), (test_double_callback),
+ (test_string_callback), (test_object_callback), (connectcallbacks),
+ (_wrap_connectcallbacks), (inittesthelper):
+
+ Add a generic CClosure marshaller based on ffi.
+ This makes it possible to connect to signals on PyGObjects from C.
+ libffi is now an optional dependency
+ Fixes #353816 (Edward Hervey)
+
2007-04-23 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
* configure.ac: Post-release version bump.