summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-service.c')
-rw-r--r--hcid/dbus-service.c2
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" },