summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRichard Hughes <hughsient@gmail.com>2005-09-03 15:57:53 +0000
committerRichard Hughes <hughsient@gmail.com>2005-09-03 15:57:53 +0000
commitb7364f4b2948fbe60bfdd36d65be5c976bd2e5cb (patch)
tree81fcb19952745192d739cf98ed2157920c1a7e83 /doc/TODO
parentff9052ed774e57d290596623d9d4fb7147d377ad (diff)
Add the note about dbus return types for scripts.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 6d1787cc..5de8bf72 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -35,6 +35,10 @@ Small items
- Make the helpers (probers, addons) use a direct connection to hald
instead of routing it through the system message bus
+ - Method calls should have a method to return string, bool int etc.
+ Perhaps use dbus-send style,
+ e.g. int32:<number>' or 'string:the_string' or 'bool:true'
+
Medium items
------------