From 8776296ee1360e3a7ae1f22c1740cdbc8231df56 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 28 Nov 2006 13:33:37 +0000 Subject: Fixed code standard for dbus_message_get_args: check the return value instead of the error content --- hcid/dbus-todo.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hcid/dbus-todo.txt') 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 -- cgit