diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-03 21:56:22 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-03 21:56:22 +0000 |
commit | f216e81432ddf04889202c33a6e68113f94d7611 (patch) | |
tree | bb8386366d183e43dc3471219ec627a21c65a639 /doc/TODO | |
parent | fe9f3b45cc7e2e84d180c433f1ab5f8fd0a0c619 (diff) |
2003-04-03 Havoc Pennington <hp@redhat.com>
* bus/activation.c (load_directory): fix up memleaks
(bus_activation_entry_free): free the entry
* dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
we get one from the message bus; fix memleaks.
* dbus/dbus-message.c (dbus_set_error_from_message): new function
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |