This commit is contained in:
Kai Huuhko 2013-03-25 20:18:34 +00:00
parent 095f7fd867
commit 4f6dce4129
1 changed files with 5 additions and 0 deletions

5
TODO
View File

@ -5,6 +5,8 @@ BUGS:
* Elm: remove tooltips.pxi
* Using the string conversion functions will leave dangling a pointer if
reference to the python string object is lost.
* convert_python_list_strings_to_array_of_strings does not free the data
and we cannot always rely on C API to clean it up.
TODO:
@ -31,6 +33,9 @@ TODO:
- use eina stringshare, some APIs actually seem to expect this instead of a
normal char array and call eina_stringshare_del when freeing
the object/struct.
* Investigate convert_python_list_strings_to_array_of_strings
* Review the internal functions and name them consistently
* Find out the minimum Cython version required
STUFF LEFT OUT: