summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 17:56:20 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-04 17:56:20 +0000
commit5ef1e00f1c9d526f6c68ef064dbb4a1923e7320d (patch)
treef782432f45371cf211ef680d494ad58e282e8de8 /hcid
parent4d007e8acc6698173a86449d9b18b219844d4236 (diff)
Fix ListRecentRemoteDevices signature
Diffstat (limited to 'hcid')
-rw-r--r--hcid/dbus-adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c
index 948aeb4c..e2b05577 100644
--- a/hcid/dbus-adapter.c
+++ b/hcid/dbus-adapter.c
@@ -3212,7 +3212,7 @@ static DBusMethodVTable adapter_methods[] = {
{ "ListRemoteDevices", adapter_list_remote_devices,
"", "as" },
{ "ListRecentRemoteDevices", adapter_list_recent_remote_devices,
- "", "as" },
+ "s", "as" },
{ "SetTrusted", adapter_set_trusted,
"s", "" },