summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager.c b/src/manager.c
index cf2c6244..d0c66e4c 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -437,7 +437,7 @@ static GDBusMethodTable manager_methods[] = {
static GDBusSignalTable manager_signals[] = {
{ "PropertyChanged", "sv" },
- { "TechnologyAdded", "a{sv}" },
+ { "TechnologyAdded", "oa{sv}" },
{ "TechnologyRemoved", "o" },
{ },
};