diff options
author | Richard Hughes <hughsient@gmail.com> | 2005-09-03 15:57:53 +0000 |
---|---|---|
committer | Richard Hughes <hughsient@gmail.com> | 2005-09-03 15:57:53 +0000 |
commit | b7364f4b2948fbe60bfdd36d65be5c976bd2e5cb (patch) | |
tree | 81fcb19952745192d739cf98ed2157920c1a7e83 /doc/TODO | |
parent | ff9052ed774e57d290596623d9d4fb7147d377ad (diff) |
Add the note about dbus return types for scripts.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------------ |