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. --- network/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/connection.c') diff --git a/network/connection.c b/network/connection.c index 245d4cc9..821560f8 100644 --- a/network/connection.c +++ b/network/connection.c @@ -622,7 +622,7 @@ static DBusMethodVTable connection_methods[] = { { "CancelConnect", connection_cancel, "", "" }, { "Disconnect", connection_disconnect, "", "" }, { "IsConnected", is_connected, "", "b" }, - { "GetInfo", get_info, "", "{sv}", }, + { "GetInfo", get_info, "", "a{sv}" }, { NULL, NULL, NULL, NULL } }; -- cgit