summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 17:27:27 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 17:27:27 +0000
commit4d007e8acc6698173a86449d9b18b219844d4236 (patch)
treec9c7460a9dd00bab0a4c6db8b4fbe03ac5c05817 /hcid
parent5cf1ae29510f5ec975080c793c692fedc10d86d8 (diff)
Fix dict signatures
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-adapter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c
index ee9be216..948aeb4c 100644
--- a/hcid/dbus-adapter.c
+++ b/hcid/dbus-adapter.c
@@ -3090,7 +3090,7 @@ GSList *service_classes_str(uint32_t class)
static DBusMethodVTable adapter_methods[] = {
{ "GetInfo", adapter_get_info,
- "", "{}" },
+ "", "{sv}" },
{ "GetAddress", adapter_get_address,
"", "s" },
{ "GetVersion", adapter_get_version,
@@ -3133,7 +3133,7 @@ static DBusMethodVTable adapter_methods[] = {
"s", "" },
{ "GetRemoteInfo", adapter_get_remote_info,
- "s", "{}" },
+ "s", "{sv}" },
{ "GetRemoteServiceRecord", adapter_get_remote_svc,
"su", "ay" },
{ "GetRemoteServiceRecordAsXML", adapter_get_remote_svc_xml,