From e07789e51163e4bf760b04fe48a28e15286b642b Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 1 Jan 2005 20:53:42 +0000 Subject: voc Pennington * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, for a variety of reasons '==' doesn't do this. --- doc/TODO | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 8c59bb78..a63b1f0d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -58,6 +58,10 @@ Important for 1.0 (though they are kind of a pita to pass in as size_t with the varargs, so maybe not - what does glib do with g_object_get()?) + - it's probably obnoxious that reading/writing bools doesn't return dbus_bool_t; + the only possible solution I think is to change dbus_bool_t to unsigned char, + but that may cause wackiness elsewhere. + - rename the service thing. unique service names (":1") and well-known ("org.foo.bar") should have different names probably; something like "address" for the unique and "alias" for the well-known, or -- cgit