mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 21:22:37 +01:00
manager: Add missing signals to introspection
This commit is contained in:
parent
fc540ecd7f
commit
3cf47d4109
@ -103,6 +103,10 @@ static void setup_manager_interface(struct l_dbus_interface *interface)
|
||||
|
||||
l_dbus_interface_signal(interface, "PropertyChanged", 0,
|
||||
"sv", "name", "value");
|
||||
l_dbus_interface_signal(interface, "DeviceAdded", 0,
|
||||
"oa{sv}", "path", "properties");
|
||||
l_dbus_interface_signal(interface, "DeviceRemoved", 0,
|
||||
"o", "path");
|
||||
}
|
||||
|
||||
bool manager_init(struct l_dbus *dbus)
|
||||
|
Loading…
Reference in New Issue
Block a user