diff options
author | Havoc Pennington <hp@redhat.com> | 2005-01-01 20:53:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-01-01 20:53:42 +0000 |
commit | e07789e51163e4bf760b04fe48a28e15286b642b (patch) | |
tree | 73c2e2d86dbdffb8012ec5f6e24a6043bb92ce79 /doc/TODO | |
parent | 60a9694974f84855bb41828e049b8390a933827f (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/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |