summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-01-13 16:16:36 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-01-13 16:16:36 +0000
commitcfb8edefae94c11b6aaa87043edb129b22c7c6fd (patch)
treedb32c6a7f3de73356bf650bca9d5527109abca60 /ChangeLog
parente370df75fb2cfdd780188af1e81416a5443cb6e9 (diff)
downloadpygobject-cfb8edefae94c11b6aaa87043edb129b22c7c6fd.tar.gz
pygobject-cfb8edefae94c11b6aaa87043edb129b22c7c6fd.tar.xz
pygobject-cfb8edefae94c11b6aaa87043edb129b22c7c6fd.zip
Add add/remove_emission_hook and tests. Fixes #325977
* gobject/gobjectmodule.c: (pyg_io_add_watch), (marshal_emission_hook), (pyg_add_emission_hook), (pyg_remove_emission_hook): * gobject/pygobject.c: * tests/test_signal.py: Add add/remove_emission_hook and tests. Fixes #325977
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdd7e2b..8c8057d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-01-13 Johan Dahlin <jdahlin@async.com.br>
+
+ * gobject/gobjectmodule.c: (pyg_io_add_watch),
+ (marshal_emission_hook), (pyg_add_emission_hook),
+ (pyg_remove_emission_hook):
+ * gobject/pygobject.c:
+ * tests/test_signal.py:
+
+ Add add/remove_emission_hook and tests. Fixes #325977
+
2006-01-11 Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
* gobject/gobjectmodule.c (_pyg_signal_accumulator),