summaryrefslogtreecommitdiffstats
path: root/src/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c4
1 files 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" })) },
{ }
};