NetworkManager/contrib/debian
Lubomir Rintel 75642f087a core/team: do D-Bus comms ourselves
The teamdtcl interface doesn't help us too much. It's just simple
synchronous wrappers around a straightforward API. Moreover it's libdbus
based, so it drags in another D-Bus client library (and makes it
impossible to trace the traffic with G_DBUS_DEBUG=message).

Let's do g_dbus_connection_call*() instead. Synchronously, for now, in
hopes of replacing with asynchronous calls eventually.
2022-11-28 08:15:27 +01:00
..
REQUIRED_PACKAGES core/team: do D-Bus comms ourselves 2022-11-28 08:15:27 +01:00