diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-03 18:49:14 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-03 18:49:14 +0000 |
commit | 70f0f80c49b989f346bd3932f26bffcbdb7f75db (patch) | |
tree | 16deea62dded828940627087e1f4c83958cfe2fa /hcid/dbus-service.c | |
parent | a13f569db6e188218919014e97e37e457f5940ee (diff) |
Fix dict signatures.
Diffstat (limited to 'hcid/dbus-service.c')
-rw-r--r-- | hcid/dbus-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 87807c6f..eb86a329 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -647,7 +647,7 @@ static DBusHandlerResult remove_trust(DBusConnection *conn, } static DBusMethodVTable service_methods[] = { - { "GetInfo", get_info, "", "{sv}" }, + { "GetInfo", get_info, "", "a{sv}" }, { "GetIdentifier", get_identifier, "", "s" }, { "GetName", get_name, "", "s" }, { "GetDescription", get_description, "", "s" }, |