diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-01-13 16:16:36 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-01-13 16:16:36 +0000 |
| commit | cfb8edefae94c11b6aaa87043edb129b22c7c6fd (patch) | |
| tree | db32c6a7f3de73356bf650bca9d5527109abca60 /ChangeLog | |
| parent | e370df75fb2cfdd780188af1e81416a5443cb6e9 (diff) | |
| download | pygobject-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |
