summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-todo.txt
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-28 13:33:37 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-11-28 13:33:37 +0000
commit8776296ee1360e3a7ae1f22c1740cdbc8231df56 (patch)
tree308d5818ef886f77b233cf27bdb94fea61078129 /hcid/dbus-todo.txt
parent9e491111d839470fc5b36126b90df3bc811dd814 (diff)
Fixed code standard for dbus_message_get_args: check the return value instead of the error content
Diffstat (limited to 'hcid/dbus-todo.txt')
-rw-r--r--hcid/dbus-todo.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt
index c00f8e3d..8090bada 100644
--- a/hcid/dbus-todo.txt
+++ b/hcid/dbus-todo.txt
@@ -7,13 +7,6 @@ Date: 2006/04/11
Description: Review these errors. The usage of "Does not exists"
and "Not available" are confusing.
-* dbus_message_get_args usage standard
-Data: 2006/11/26
-Description: dbus_message_get_args returns FALSE if the error is set.
-Therefore, it is better get the function call return value than call
-dbus_error_is_set. Some call inside dbus-manager.c and dbus-adapter.c
-are not following this standard.
-
* Authorization and services methods errors
Date: 2006/11/26
Define/review the errors for authorization and services methods