dbus/dbus dbus-bus.c, 1.51, 1.52 dbus-errors.c, 1.28,
1.29 dbus-marshal-validate.c, 1.21, 1.22
John Palmieri
johnp at kemper.freedesktop.org
Mon Jul 17 10:44:09 PDT 2006
Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv24222/dbus
Modified Files:
dbus-bus.c dbus-errors.c dbus-marshal-validate.c
Log Message:
* doc/TODO:
* dbus/dbus-bus.c:
* dbus-errors.c:
* dbus/dbus-marshal-validate.c:
Removed TODO items which were fixed or are no longer relevent
Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- dbus-bus.c 7 Jul 2006 19:42:56 -0000 1.51
+++ dbus-bus.c 17 Jul 2006 17:44:07 -0000 1.52
@@ -430,8 +430,6 @@
* connection to the bus already exists, then that connection is
* returned. Caller owns a reference to the bus.
*
- * @todo alex thinks we should nullify the connection when we get a disconnect-message.
- *
* @param type bus type
* @param error address where an error can be returned.
* @returns a DBusConnection with new ref
@@ -722,10 +720,6 @@
* (last-started-wins) or be queued up (first-started-wins) according
* to whether #DBUS_NAME_FLAG_ALLOW_REPLACEMENT was given.
*
- * @todo this all seems sort of broken. Shouldn't the flags be a property
- * of the name, not the app requesting the name? What are the use-cases
- * other than the "text editor" thing and how are we supporting them?
- *
* @param connection the connection
* @param name the name to request
* @param flags flags
Index: dbus-errors.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-errors.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- dbus-errors.c 9 Aug 2005 21:36:55 -0000 1.28
+++ dbus-errors.c 17 Jul 2006 17:44:07 -0000 1.29
@@ -194,8 +194,6 @@
* message will be deduced from the name. If the error name is unknown
* to D-BUS the default message will be totally useless, though.
*
- * @todo should be called dbus_error_set_const()
- *
* @param error the error.
* @param name the error name (not copied!!!)
* @param message the error message (not copied!!!)
@@ -306,8 +304,6 @@
* If no memory can be allocated for the error message,
* an out-of-memory error message will be set instead.
*
- * @todo should be called dbus_error_set()
- *
* @param error the error.
* @param name the error name
* @param format printf-style format string.
Index: dbus-marshal-validate.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-marshal-validate.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- dbus-marshal-validate.c 12 Sep 2005 08:19:33 -0000 1.21
+++ dbus-marshal-validate.c 17 Jul 2006 17:44:07 -0000 1.22
@@ -41,10 +41,6 @@
* The range passed in should NOT include the terminating
* nul/DBUS_TYPE_INVALID.
*
- * @todo verify that dict entries have exactly two fields
- *
- * @todo require that dict entries are in an array
- *
* @param type_str the string
* @param type_pos where the typecodes start
* @param len length of typecodes
More information about the dbus-commit
mailing list