summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-05-17 21:05:02 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-17 21:05:02 +0000
commit8b5d8f3b36f26ca9efde8b21e9673eadfffb2a97 (patch)
tree898c2e375875551652d8e738d14680a1a303c991 /TODO
parentb1e787eb259dc6cacae3b1ef3abc7fea693f7bbe (diff)
downloadgobject-introspection-8b5d8f3b36f26ca9efde8b21e9673eadfffb2a97.tar.gz
Updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 34375afa..c1002f85 100644
--- a/TODO
+++ b/TODO
@@ -5,12 +5,16 @@ XML format
- Add attributes to connect signals to their default handlers
and wrappers to their vfuncs
- Add attributes for struct offsets
+- Add a way to specify default values
+- Add a way to specify annotations
Binary format
-------------
-- Add hashes to lookup interfaces and functions in interfaces
+- Sort arrays so that we can use bsearch for lookup
+- Maybe add hashes to lookup interfaces and functions in interfaces
+- Add default values
- Write a validator
-- Handle parent being 0
+- Make annotations more flexible (and typed)
Compiler
--------