diff options
Diffstat (limited to 'serial/port.c')
-rw-r--r-- | serial/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, }; |