diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-01-11 16:09:18 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-01-11 16:09:18 +0000 |
| commit | e370df75fb2cfdd780188af1e81416a5443cb6e9 (patch) | |
| tree | 0e54a2fdc133bc24d05caa5782eb8021efd1d737 /ChangeLog | |
| parent | a4834ddbe8dfe5b0f131ba3c1331de0b05f67a0f (diff) | |
| download | pygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.tar.gz pygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.tar.xz pygobject-e370df75fb2cfdd780188af1e81416a5443cb6e9.zip | |
signal accumulators
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-01-11 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> + * gobject/gobjectmodule.c (_pyg_signal_accumulator), + (create_signal, pyg_signal_accumulator_true_handled), + (initgobject): Bug 155380 -- Add support for signal accumulators. + + * tests/runtests.py: Add 'test_enum', 'test_conversion' to + SKIP_FILES, since they depend on pygtk modules so don't work + anymore. This should be eventually fixed, though. + + * tests/test_signal.py: Test signal accumulators. + * gobject/pygtype.c (object_doc_descr_get): Reorder properties/signals documentation more nicely: signals + properties from each type are presented, with types ranging from the leaf |
