summaryrefslogtreecommitdiffstats
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index c4e3e830..4404b1f5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -65,3 +65,13 @@
- 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()