]> git.sesse.net Git - vlc/blob - bindings/python-ctypes/TODO
New python bindings, using ctypes, automatically generated from include files.
[vlc] / bindings / python-ctypes / TODO
1 * Check cross-platform (win32, MacOSX) support
2
3 * Investigate memory management
4
5 * Find how to properly define enums
6
7 * Autogenerate enums from include files
8
9 * Implement event callbacks
10
11 * Write a test suite