From f9c3ca119b5b4f6e1c11166f1025f8c59d6f878a Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Wed, 3 Apr 2013 11:23:26 +0000 Subject: [PATCH] CODING++, TODO++ --- CODING | 3 ++- TODO | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODING b/CODING index ac3ddd7..a5be7cd 100644 --- a/CODING +++ b/CODING @@ -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 diff --git a/TODO b/TODO index 0ec233f..1903008 100644 --- a/TODO +++ b/TODO @@ -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