mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 23:20:12 +01:00
- use strstrip() to remove leading and trailing whitespace - use _nm_utils_ascii_str_to_int64() for parsing numeric values like -1, 0 and 1. In particular, this now also allows passing the numeric values. - also accept "default" as valid value for NM_TERNARY_DEFAULT. With this change, nmc_string_to_ternary() can also parse everything that we commonly and currently parse with _nm_utils_enum_from_str_full() and NM_TYPE_TERNARY. This will allow to configure ternary values in a more flexible way. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-client-utils.c | ||
| nm-client-utils.h | ||
| nm-polkit-listener.c | ||
| nm-polkit-listener.h | ||
| nm-secret-agent-simple.c | ||
| nm-secret-agent-simple.h | ||
| nm-vpn-helpers.c | ||
| nm-vpn-helpers.h | ||
| qrcodegen.c | ||
| qrcodegen.h | ||