dundee: Fix typo in Manager's signal DeviceAdded

This typo was preventing dundee from sending the signal.
This commit is contained in:
Paulo Borges 2013-02-22 14:01:11 -03:00 committed by Denis Kenzior
parent 0772fda92e
commit 08a8eb7fa8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ static const GDBusMethodTable manager_methods[] = {
}; };
static const GDBusSignalTable manager_signals[] = { static const GDBusSignalTable manager_signals[] = {
{ GDBUS_SIGNAL("DevicesAdded", { GDBUS_SIGNAL("DeviceAdded",
GDBUS_ARGS({ "path", "o"},{ "properties", "a{sv}" })) }, GDBUS_ARGS({ "path", "o"},{ "properties", "a{sv}" })) },
{ GDBUS_SIGNAL("DeviceRemoved", { GDBUS_SIGNAL("DeviceRemoved",
GDBUS_ARGS({ "path", "o"})) }, GDBUS_ARGS({ "path", "o"})) },