From 70f0f80c49b989f346bd3932f26bffcbdb7f75db Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 3 Oct 2007 18:49:14 +0000 Subject: Fix dict signatures. --- hcid/dbus-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-service.c') 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" }, -- cgit