NetworkManager/src/core/devices/bluetooth
Thomas Haller 798e56ac44
device/wwan: don't pass device class to nm_modem_stage3_ip4_config_start()
The idea, that callers to nm_modem_stage3_ip4_config_start() pass
a NMDeviceClass, which then might invoke a virtual function on
the class is really bad.

nm_modem_stage3_ip4_config_start() should indicate what the caller
should do.

The main problem is, that act_stage3_ip_config_start() is not supposed
to be called by anybody except NMDevice. It's an internal hook, not for
NMModem's concern.
2021-08-31 16:41:53 +02:00
..
tests all: don't explicitly include <glib-unix.h> 2021-06-28 13:31:34 +02:00
meson.build build/meson: remove unnecessary libnm_core_intern_dep 2021-02-28 10:42:05 +01:00
nm-bluez-common.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-bluez-manager.c all: rename nm_utils_strbuf_*() API to nm_strbuf_*() 2021-08-02 09:26:42 +02:00
nm-bluez-manager.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-bluez5-dun.c all: use nm_{idle,timeout}_add_source() instead of g_source_attach() 2021-06-28 13:31:35 +02:00
nm-bluez5-dun.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-bt-error.c all: add "src/core/nm-default-daemon.h" as replacement for "nm-default.h" 2021-02-09 12:38:18 +01:00
nm-bt-error.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00
nm-device-bt.c device/wwan: don't pass device class to nm_modem_stage3_ip4_config_start() 2021-08-31 16:41:53 +02:00
nm-device-bt.h all: move "src/" directory to "src/core/" 2021-02-04 09:45:55 +01:00