diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-27 17:53:01 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-11-27 17:53:01 +0000 |
commit | 9e491111d839470fc5b36126b90df3bc811dd814 (patch) | |
tree | 921f1db0981d6768db2aaf1e112ef7281f30d9db /hcid/dbus-todo.txt | |
parent | 842d31218419f535f11a1f4e149662efd5adb82e (diff) |
Updated TODO list
Diffstat (limited to 'hcid/dbus-todo.txt')
-rw-r--r-- | hcid/dbus-todo.txt | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/hcid/dbus-todo.txt b/hcid/dbus-todo.txt index 3fecc3eb..c00f8e3d 100644 --- a/hcid/dbus-todo.txt +++ b/hcid/dbus-todo.txt @@ -7,6 +7,23 @@ Date: 2006/04/11 Description: Review these errors. The usage of "Does not exists" and "Not available" are confusing. -* code standard for sending msg function -Date: 2006/04/13 -Description: use send_reply_and_unref when possible. +* 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 + +* D-Bus policies for Service Agents +Date: 2006/11/26 +Define D-Bus policies to avoid clients call the service agent methods +directly. + +* Resolve Name +Date: 2006/11/26 +Re-design the name resolving to avoid adapter busy "state" with paging when +the remote device is not reachable. |