]> git.sesse.net Git - vlc/blob - bindings/python-ctypes/TODO
python-ctypes: one more TODO item
[vlc] / bindings / python-ctypes / TODO
1 * Investigate memory management
2
3 * Find how to properly define enums
4
5 * Autogenerate enums from include files
6
7 * Implement event callbacks
8
9 * Write a test suite
10
11 * Support multiple VLC versions: define a front-end module which will
12    load the appropriate versionned module from a subdirectory.