]> git.sesse.net Git - vlc/blob - bindings/python-ctypes/TODO
088fd6aebdd11dc9869257373781f55944d014e5
[vlc] / bindings / python-ctypes / TODO
1 * Investigate memory management
2
3 * Write a test suite
4
5 * Support multiple VLC versions: define a front-end module which will
6    load the appropriate versionned module from a subdirectory.
7
8 * Support options: --debug/-c, --output/-o, --check-symbols/-s, ...
9
10 * Use setup.py
11
12 * Refactor code: 
13    class Parser(list_of_includes) -> properties enums, methods..., 
14          dump()
15          check()...
16
17    class PythonGenerator(parser) -> p.save( filename )