diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-11 21:21:21 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-11 21:21:21 +0000 |
commit | 4b773b4a5448ac9bea2cc57486571588fdc14480 (patch) | |
tree | 90be318cb0f75a65e41e9bb1d3ff1666a5e956fa /doc | |
parent | f4692372ecbe7e7573ffb7c2e3697130fdcf65fc (diff) |
2003-04-11 Havoc Pennington <hp@redhat.com>
* configure.in: add another directory to look for qt in.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -77,3 +77,8 @@ - dbus_error_has_name(), dbus_message_name_is() - add DBUS_TYPE_INT64 ? + + - if you send a message to a service then block for reply, and the service exits/crashes + after the message bus has processed your message but before the service has replied, + it would be nice if the message bus sent you an error reply. + |