summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--TODO4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a8ed0ca..825d98e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-05-12 Matthias Clasen <mclasen@redhat.com>
+ * TODO: Updates
+
* src/gidlparser.c (start_function): Actually add
methods to objects. (Steven Walter)
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
-------