mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 01:18:06 +02:00
The strength of CList is of course to use it as a stack of queue, and only append/remove from the front/tail. However, since this is an intrusive list, it can also be useful to just use it to track elements, and -- when necessary -- sort them via c_list_sort(). If we have a sorted list, we might want to insert a new element honoring the sort order. This function achieves that. |
||
|---|---|---|
| .. | ||
| certs | ||
| meson.build | ||
| nm-core-tests-enum-types.c.template | ||
| nm-core-tests-enum-types.h.template | ||
| test-compare.c | ||
| test-crypto.c | ||
| test-general-enums.h | ||
| test-general.c | ||
| test-keyfile.c | ||
| test-secrets.c | ||
| test-setting.c | ||
| test-settings-defaults.c | ||