NetworkManager/clients/common
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
..
tests all: drop empty first line from sources 2019-06-11 10:15:06 +02:00
meson.build shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nm-client-utils.c cli: don't treat empty string as valid number in nmc_string_to_uint_base() 2019-03-25 09:12:32 +01:00
nm-client-utils.h shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-core 2019-04-18 20:07:44 +02:00
nm-meta-setting-access.c cli: allow completing filenames 2019-05-06 10:10:00 +02:00
nm-meta-setting-access.h cli: allow completing filenames 2019-05-06 10:10:00 +02:00
nm-meta-setting-desc.c cli: add NMMetaAccessorModifier enum instead of using "char" type 2019-08-16 08:16:02 +02:00
nm-meta-setting-desc.h cli: add NMMetaAccessorModifier enum instead of using "char" type 2019-08-16 08:16:02 +02:00
nm-polkit-listener.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-polkit-listener.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent-simple.c all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-secret-agent-simple.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
nm-vpn-helpers.c shared,all: return boolean success from nm_utils_file_get_contents() 2019-08-08 11:59:59 +02:00
nm-vpn-helpers.h all: drop emacs file variables from source files 2019-06-11 10:04:00 +02:00
settings-docs.h.in wireguard: support configuring policy routing to avoid routing loops 2019-07-29 20:45:49 +02:00
settings-docs.xsl cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00