CODING++, TODO++

This commit is contained in:
Kai Huuhko 2013-04-03 11:23:26 +00:00
parent 86df76780a
commit f9c3ca119b
2 changed files with 3 additions and 1 deletions

3
CODING
View File

@ -39,7 +39,8 @@ Tips
====
* cython -a will generate a report that shows your cython code, and each line
can be expanded by clicking to show the generated C code.
can be expanded by clicking to show the generated C code. This cannot be done
from the setup script, it has to be called manually on a .pyx file.
* cython does automatic dict <-> struct conversion with basic struct members

1
TODO
View File

@ -28,6 +28,7 @@ TODO
* cleanup elementary_object
* Review the internal functions and name them consistently
* Bindings for Efreet (kuuko)
* Add more documentation for the use of callbacks
STUFF LEFT OUT