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. --- serial/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial/port.c') diff --git a/serial/port.c b/serial/port.c index 30b1412e..b12a2645 100644 --- a/serial/port.c +++ b/serial/port.c @@ -217,7 +217,7 @@ static DBusMethodVTable port_methods[] = { { "GetAdapter", port_get_adapter, "", "s" }, { "GetName", port_get_name, "", "s" }, { "GetServiceName", port_get_service_name, "", "s" }, - { "GetInfo", port_get_info, "", "{sv}" }, + { "GetInfo", port_get_info, "", "a{sv}" }, { NULL, NULL, NULL, NULL }, }; -- cgit