manager: Fix up introspection data

This commit is contained in:
Denis Kenzior 2012-07-04 08:14:24 -05:00
parent e14015eb26
commit 86b6991091
1 changed files with 2 additions and 2 deletions

View File

@ -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" })) },
{ }
};