On Wed, Jul 14, 2021 at 5:52 PM Thomas Haller via networkmanager-list <[email protected]> wrote: > > So, yes, there should be not much to do except replace the interface > name "org.freedesktop.NetworkManager*" with > "org.freedesktop.DBus.Properties". >
It is probably oversimplified. Signatures are different, so any code that handles these signals has to be modified to account for it. Also NM signal unambiguously identifies a specific interface, while D-Bus signal can come from any interface object implements, so additional verification that we are dealing with the expected interface is needed before properties can be interpreted. _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
