summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 17:44:07 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 17:44:07 +0000
commitb459906a7a6519c034f5882c472f0c945371dfc6 (patch)
tree8265e9bf1a4af7d75065980c7fe0638673c5ef7c /dbus/dbus-errors.c
parentb617b405a52fd3c751fbd471ebd3210dc65e0375 (diff)
* 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
Diffstat (limited to 'dbus/dbus-errors.c')
-rw-r--r--dbus/dbus-errors.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-errors.c b/dbus/dbus-errors.c
index d37c0688..a53041e7 100644
--- a/dbus/dbus-errors.c
+++ b/dbus/dbus-errors.c
@@ -194,8 +194,6 @@ dbus_error_free (DBusError *error)
* 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 @@ dbus_error_is_set (const DBusError *error)
* 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.