summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-12 17:13:12 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-12 17:13:12 +0000
commit678e62b130b637f04cbcd821a5b9e2a8befa7faf (patch)
treefad749604d26fe5250dcce456ecfaa3d681c5a2b /doc
parentf16ab1bcf8c1b3cb32bc4e9d24374b763b974270 (diff)
2005-02-12 Havoc Pennington <hp@redhat.com>
* bus/driver.c: put the signature of each bus driver method in the table of handlers and check it on incoming calls; this isn't really useful, but going to add introspect support in a minute.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 38ed3b7..3d19ab5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -29,6 +29,8 @@ Important for 1.0
- Ping isn't handled
+ - fix introspection format to handle all signatures
+
Important for 1.0 GLib Bindings
===