mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 12:00:11 +01:00
- add nm_l3cfg_platform_commit_on_idle_schedule() so that internal (and external) code can schedule a commit on an idle handler. This already existed, but is exposed now. - rename nm_l3cfg_platform_commit() to simply nm_l3cfg_commit(). There is no other form than "platform" commit, so the name was unnecessarily long. - also don't let nm_l3cfg_commit() return a boolean success. It's not useful, because commits can be triggered internally (by NML3Cfg itself) or by other users. Instead, there is the "post-commit" event, and anybody who cares about such a failure would need to handle it there. |
||
|---|---|---|
| .. | ||
| config | ||
| meson.build | ||
| test-core-with-expect.c | ||
| test-core.c | ||
| test-dcb.c | ||
| test-ip4-config.c | ||
| test-ip6-config.c | ||
| test-l3cfg.c | ||
| test-secret-agent.py | ||
| test-systemd.c | ||
| test-utils.c | ||
| test-wired-defname.c | ||