diff options
author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-04-01 18:07:23 +0000 |
---|---|---|
committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-04-01 18:07:23 +0000 |
commit | f3f6e39e8cab7000dd8291e1355890f2b11f7026 (patch) | |
tree | 52b06fa18cd9d9e4b9507f03bb4b814f0e56fb69 /ChangeLog | |
parent | 2e8a3136d5c1cf333b1d4bce69eef76cb5e34e71 (diff) | |
download | pygtk-f3f6e39e8cab7000dd8291e1355890f2b11f7026.tar.gz |
Bug 334986 – Make it possible to re-implement interfaces and chain to parent impl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2006-04-01 Gustavo J. A. M. Carneiro <gjc@gnome.org> + + * examples/Makefile.am (EXTRA_DIST): Ship new editable interface example. + + * examples/gobject/editable-interface.py: Add small example of + overriding GtkEditable interface method and chaining to parent. + + * codegen/codegen.py: Bug 334986: "Make it possible to + re-implement interfaces and chain to parent impl." + 2006-04-01 Johan Dahlin <johan@gnome.org> * codegen/h2def.py (proto_pat): Allow whitespace before @@ -16,7 +26,7 @@ Add support for int* and double* (and basic infrastructure to support other types in the future) parameters for "reverse wrappers". To use this feature one needs to help the - codegenerator by adding (direction "in") or (direction "inout") to + codegenerator by adding (direction "out") or (direction "inout") to the parameter definitions as appropriate. Fixes #335964. 2006-04-01 John Finlay <finlay@moerari.com> |