From c9cd648f115759176d35508e9007dc5520a0dd3f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 24 Apr 2003 19:18:23 +0000 Subject: 2003-04-24 Havoc Pennington * configure.in: add --enable-checks * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix to use thread locks. (_dbus_connection_handler_destroyed_locked): move some private functions into proper docs group * dbus/dbus-internals.h: add _dbus_return_if_fail, _dbus_return_val_if_fail Throughout: use dbus_return_if_fail --- doc/TODO | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 9e7b7505..147f8340 100644 --- a/doc/TODO +++ b/doc/TODO @@ -43,18 +43,12 @@ - there are various bits of code to manage ref/unref of data slots, that should be merged into a generic facility - - add _dbus_return_if_fail, _dbus_return_val_if_fail() and use on public entry - points in place of _dbus_assert(). Add --disable-checks to control whether these - do anything. - - assorted _-prefixed symbols in libdbus aren't actually used by libdbus, only by the message bus. These bloat up the library size. Not sure how to fix, really. - 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. -- cgit v1.2.3