NetworkManager/shared/nm-keyfile
Thomas Haller e2f83d4e92
keyfile: add NMKeyfileHandlerFlags
nm_keyfile_read() and nm_keyfile_write() will be public API.
As such, it must be flexible and extendible for future needs.
There is already the handler callback that fully solves this
(e.g. a future handler event could request whether a certain
behavior is enabled or not).

As additional possibility for future extension, add a flags
argument. Currently no flags are implemented.
2020-06-05 09:17:21 +02:00
..
nm-keyfile-internal.h keyfile: add NMKeyfileHandlerFlags 2020-06-05 09:17:21 +02:00
nm-keyfile-utils.c keyfile: use nm_g_error_matches() in g_error_matches() 2020-05-07 14:08:32 +02:00
nm-keyfile-utils.h shared: add nm_keyfile_error_is_not_found() helper 2020-05-07 14:08:32 +02:00
nm-keyfile.c keyfile: add NMKeyfileHandlerFlags 2020-06-05 09:17:21 +02:00