diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-03 18:49:14 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-03 18:49:14 +0000 |
commit | 70f0f80c49b989f346bd3932f26bffcbdb7f75db (patch) | |
tree | 16deea62dded828940627087e1f4c83958cfe2fa /serial/port.c | |
parent | a13f569db6e188218919014e97e37e457f5940ee (diff) |
Fix dict signatures.
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 }, }; |