NetworkManager/clients
Thomas Haller 0825ec34fd cli: add NMMetaAccessorModifier enum instead of using "char" type
The enum values are unique throughout the source code so they
can easier be searched (e.g. with grep), compared to '\0'. It
is often interesting where a certain modifier is used, so searching
the source code is important to give relevant results.

Also, the modifier is really an enum and we shouldn't misuse char type.
If that would be a good idea in general, we wouldn't need any enums
at all. But we use them for good reasons.
2019-08-16 08:16:02 +02:00
..
cli cli: add NMMetaAccessorModifier enum instead of using "char" type 2019-08-16 08:16:02 +02:00
common cli: add NMMetaAccessorModifier enum instead of using "char" type 2019-08-16 08:16:02 +02:00
tests cli: abort on extra arguments 2019-07-30 18:40:31 +02:00
tui tui: newt: remove NULL checks after dereference 2019-08-02 16:26:34 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 18:59:09 +02:00
nm-online.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00