dundee: Fix typo in Manager's signal DeviceAdded

This typo was preventing dundee from sending the signal.
wavecom
Paulo Borges 10 years ago committed by Denis Kenzior
parent 0772fda92e
commit 08a8eb7fa8

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

Loading…
Cancel
Save