summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index ebbff3ac..f6c539dd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -48,3 +48,14 @@
- Abstract the user database, so you can use something other than the system password
database.
+
+ - The convenience functions in dbus-bus.h should perhaps have
+ the signatures that they would have if they were autogenerated
+ stubs. e.g. the acquire service function. We should also evaluate
+ which of these functions to include, in light of the fact that
+ GLib/Qt native stubs will probably also exist.
+
+ - The message handler interface needs rethinking, perhaps handlers should be able
+ to return an error that automatically gets turned into a message; most likely
+ some basic spec'ing out of the GLib/Qt level stubs/skels stuff will be
+ needed to understand the right approach.