summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-13 02:44:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-13 02:44:04 +0000
commit3399a27c683d0529febd5c97098f028be76282b2 (patch)
tree6f8c37c5c0aa780f6b4c50571fb5acf3246d2eb6 /TODO
parent1b147836837499fa576730483e063d38cca11e15 (diff)
downloadgobject-introspection-3399a27c683d0529febd5c97098f028be76282b2.tar.gz
Updates
2005-05-12 Matthias Clasen <mclasen@redhat.com> * TODO: Updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4ef91944..240d6772 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
XML format
----------
- Document the format
-- Write a tool to create XML from annotated headers
+- Write a scanner to create XML from annotated headers
- Add attributes to connect signals to their default handlers
and wrappers to their vfuncs
- Add attributes for struct offsets
@@ -14,7 +14,6 @@ Binary format
Compiler
--------
-- Parse qualified names like NAMESPACE.INTERFACE.FUNCTION
- Cleanup, maybe turn the nodes in to objects to avoid the horrific
type switches
- Add thorough error checking
@@ -26,6 +25,7 @@ Repository
- Use hashes
- Implement g_function_info_invoke()
- Maybe allow populating repositories at runtime
+- need a method to access may-be-null for the return type of a function
General
-------