From 86b6991091b2d9952011ae2fea759c6390c64718 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 4 Jul 2012 08:14:24 -0500 Subject: [PATCH] manager: Fix up introspection data --- src/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manager.c b/src/manager.c index 393b6893..404f2cad 100644 --- a/src/manager.c +++ b/src/manager.c @@ -89,9 +89,9 @@ static const GDBusMethodTable manager_methods[] = { static const GDBusSignalTable manager_signals[] = { { GDBUS_SIGNAL("ModemAdded", - GDBUS_ARGS({ "modems", "a(oa{sv})" })) }, + GDBUS_ARGS({ "path", "o" }, { "properties", "a{sv}" })) }, { GDBUS_SIGNAL("ModemRemoved", - GDBUS_ARGS({ "path", "o" })) }, + GDBUS_ARGS({ "path", "o" })) }, { } };