summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan McGreggor <duncan@canonical.com>2011-03-12 19:20:52 -0700
committerDuncan McGreggor <duncan@canonical.com>2011-03-12 19:20:52 -0700
commitbb4e064bf51ef415a4cf91fa4f41a4968f0ff965 (patch)
tree4554cf0fb86c8342323c7ca7c26ed9217a0a8263
parent06043fb9703c098a68fd8dc72817c27061850e52 (diff)
Added TODO file.
-rw-r--r--python/TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/python/TODO b/python/TODO
new file mode 100644
index 0000000..abead1a
--- /dev/null
+++ b/python/TODO
@@ -0,0 +1,18 @@
+Stephen's got some good examples for ctypes support here:
+ * http://bazaar.launchpad.net/~bregma/utouch-geis/python-geis/view/head:/geis.py
+
+In particular:
+ * line 289, the init for Geis, working around the issue of pointers getting
+ initialized inside a C function
+ * line 295 for garbage collection
+ * 299 and 265, for the byref trick
+
+Let's start with a simple case first:
+ * try to get extract working
+
+Actaully, that's not so simple -- after talking with Henrik, he clarified that
+extract works directly against an input device, not against files.
+
+What I need to do first are these things:
+ * create a virtual device from a recorded device file
+ * replay the events from a recorded events file