NetworkManager/src/core/devices/ovs
Thomas Haller 751b927cf2
core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto_activate_schedule()
It's the better name. Especially since there is no more signal involved,
the term "emit" doesn't match.

Note also how the previous approach using a signal tried to abstract
what is happening. So we were no longer rechecking-autoconnect, instead,
we were emitting-a-signal-to-recheck-autoconnect. Just be plain about
what it is doing and don't go through a layer of signal.
2023-04-27 08:40:12 +02:00
..
meson.build all: change G_LOG_DOMAIN to "nm" 2021-02-18 19:46:57 +01:00
nm-device-ovs-bridge.c device: make detach_port() method asynchronous 2023-04-04 08:21:22 +02:00
nm-device-ovs-bridge.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-ovs-interface.c core: rename nm_device_emit_recheck_auto_activate() to nm_device_recheck_auto_activate_schedule() 2023-04-27 08:40:12 +02:00
nm-device-ovs-interface.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-device-ovs-port.c ovs: implement asynchronous detach_port() 2023-04-04 08:21:22 +02:00
nm-device-ovs-port.h all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal uses 2022-12-16 10:55:03 +01:00
nm-ovs-factory.c utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_* 2023-02-23 09:12:43 +01:00
nm-ovsdb.c ovsdb: debug log all messages of socket buffer 2023-04-04 08:58:06 +02:00
nm-ovsdb.h ovs: add support for "other_config" settings 2023-01-11 21:49:36 +01:00