summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 0d68910a..55ba9222 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,6 +28,13 @@ Important for 1.0 GLib Bindings
- Add support for getting sender
+ - format_version in the object info doesn't look like it's handled correctly. The creator
+ of the object info should specify some fixed number per struct version; the library
+ should handle only specific numbers it knows about. There's no assumption that all
+ numbers >= the given one are compatible. The idea is that new versions of the lib
+ can offer totally different object info structs, but old versions
+ keep working.
+
Important for 1.0 Python bindings
===