manager: Fix signature of ServicesRemoved signal
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 27 Feb 2012 17:14:57 +0000 (09:14 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 27 Feb 2012 17:14:57 +0000 (09:14 -0800)
src/manager.c

index c180db7..c07e187 100644 (file)
@@ -419,7 +419,7 @@ static GDBusSignalTable manager_signals[] = {
        { "TechnologyAdded", "oa{sv}" },
        { "TechnologyRemoved", "o" },
        { "ServicesAdded",   "a(oa{sv})" },
-       { "ServicesRemoved", "a{o}" },
+       { "ServicesRemoved", "ao" },
        { },
 };