dbus/doc TODO,1.50,1.51

Havoc Pennington hp at freedesktop.org
Sat Jan 1 12:53:44 PST 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv1641/doc

Modified Files:
	TODO 
Log Message:
voc Pennington  <hp at redhat.com>

	* dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
	for a variety of reasons '==' doesn't do this.



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- TODO	27 Nov 2004 02:18:36 -0000	1.50
+++ TODO	1 Jan 2005 20:53:42 -0000	1.51
@@ -58,6 +58,10 @@
    (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 



More information about the dbus-commit mailing list