NetworkManager/shared/nm-keyfile
Thomas Haller 7151575920 keyfile: don't declare keyfile getters/setter functions with macro
In general, I like macros. But in this case it seems the make the code harder
to understand than it needs to be. There are repeated patterns in these declarations,
but I feel they are better recognizible by aligning the lines nicely.
2020-04-30 13:58:14 +02:00
..
nm-keyfile-internal.h libnm/keyfile: build keyfile code as separate GPL licensed internal library 2020-01-07 13:17:47 +01:00
nm-keyfile-utils.c keyfile: avoid assertion failure in nm_keyfile_plugin_kf_get_{string,integer}_list() 2020-04-15 22:37:24 +02:00
nm-keyfile-utils.h keyfile: don't declare keyfile getters/setter functions with macro 2020-04-30 13:58:14 +02:00
nm-keyfile.c keyfile: minor cleanup handling error in read_array_of_uint() 2020-04-15 22:37:51 +02:00