summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-03 18:49:14 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-03 18:49:14 +0000
commit70f0f80c49b989f346bd3932f26bffcbdb7f75db (patch)
tree16deea62dded828940627087e1f4c83958cfe2fa /serial/manager.c
parenta13f569db6e188218919014e97e37e457f5940ee (diff)
Fix dict signatures.
Diffstat (limited to 'serial/manager.c')
-rw-r--r--serial/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/manager.c b/serial/manager.c
index ba9ef112..3d1f3629 100644
--- a/serial/manager.c
+++ b/serial/manager.c
@@ -1631,7 +1631,7 @@ static DBusHandlerResult proxy_set_serial_params(DBusConnection *conn,
static DBusMethodVTable proxy_methods[] = {
{ "Enable", proxy_enable, "", "" },
{ "Disable", proxy_disable, "", "" },
- { "GetInfo", proxy_get_info, "", "{sv}" },
+ { "GetInfo", proxy_get_info, "", "a{sv}" },
{ "SetSerialParameters", proxy_set_serial_params, "syys", "" },
{ NULL, NULL, NULL, NULL },
};