NetworkManager/shared/nm-keyfile
Thomas Haller 867964d7e0
keyfile: refactor defining keyfile getter/setter functions
Split the macros to define the setter and getter so that setters
and getters are defined by separate macros. This will be used
to define the boolean getter differently, but still using the
macro to define the setter.

Also, don't construct function names in the macro. Instead, pass
the full names as argument to the macro. This helps with the problem
where ctags/cscope is unable to locate the implementation of the
function. Since we define the function with macro, the tools still
don't recognize this as the location of the definition. But at least
when showing all occurrences of the name, it can be found.
2020-05-04 12:47:07 +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: refactor defining keyfile getter/setter functions 2020-05-04 12:47:07 +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