3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 21:22:37 +01:00

wiphy: Add missing signals to introspection

This commit is contained in:
Denis Kenzior 2014-11-03 15:24:34 -06:00
parent 3cf47d4109
commit 2f852d2954

View File

@ -402,6 +402,10 @@ static void setup_device_interface(struct l_dbus_interface *interface)
l_dbus_interface_signal(interface, "PropertyChanged", 0,
"sv", "name", "value");
l_dbus_interface_signal(interface, "NetworkAdded", 0,
"oa{sv}", "path", "properties");
l_dbus_interface_signal(interface, "NetworkRemoved", 0,
"o", "path");
l_dbus_interface_ro_property(interface, "Name", "s");
}