diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2006-07-17 17:44:07 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2006-07-17 17:44:07 +0000 |
commit | b459906a7a6519c034f5882c472f0c945371dfc6 (patch) | |
tree | 8265e9bf1a4af7d75065980c7fe0638673c5ef7c /dbus/dbus-marshal-validate.c | |
parent | b617b405a52fd3c751fbd471ebd3210dc65e0375 (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-marshal-validate.c')
-rw-r--r-- | dbus/dbus-marshal-validate.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-marshal-validate.c b/dbus/dbus-marshal-validate.c index e9aa26a8..11131060 100644 --- a/dbus/dbus-marshal-validate.c +++ b/dbus/dbus-marshal-validate.c @@ -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 |