diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-04-25 23:50:02 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-25 23:50:02 +0000 |
commit | 497c5eebcbf4af86ccca15aa87b4be28e76d638c (patch) | |
tree | 07c5de63d35f686f314d265b3e31ce08eeca9ce5 /TODO | |
parent | 6296ff6bc14c00a016ce809e595f4c0a96750828 (diff) | |
download | gobject-introspection-497c5eebcbf4af86ccca15aa87b4be28e76d638c.tar.gz |
Add support for virtual methods. Pair struct FooClass with struct Foo.
2008-04-25 Johan Dahlin <jdahlin@async.com.br>
* TODO:
* giscanner/gidlwriter.py:
* giscanner/giscannermodule.c (pygi_source_directive_new),
(directive_get_options), (pygi_source_symbol_new),
(symbol_get_base_type), (pygi_source_type_new),
(type_get_base_type), (type_get_child_list),
(pygi_source_scanner_get_symbols),
(pygi_source_scanner_get_directives):
* giscanner/gobjecttreebuilder.py:
* giscanner/sourcescanner.py:
* giscanner/treebuilder.py:
* tests/parser/foo-object.h:
Add support for virtual methods.
Pair struct FooClass with struct Foo.
Clean up the SourceScanner bindings a bit.
Add a testcase for virtual methods.
svn path=/trunk/; revision=226
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -32,8 +32,6 @@ Repository Scanner ------ -- Virtual functions -- Signals - Property.readable/writable, GLibProperty.blurb/nick - Constants - Annotations in external files |