summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-01 20:53:42 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-01 20:53:42 +0000
commite07789e51163e4bf760b04fe48a28e15286b642b (patch)
tree73c2e2d86dbdffb8012ec5f6e24a6043bb92ce79 /doc
parent60a9694974f84855bb41828e049b8390a933827f (diff)
voc Pennington <hp@redhat.com>
* dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, for a variety of reasons '==' doesn't do this.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
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