NetworkManager/src/settings/plugins/keyfile
Thomas Haller 6d6ab20be0 config: add defines for keyfile groups to "nm-config.h"
Some plugins had their local defines for the name of the sections and
keys in NMConfig. Move those defines to "nm-config.h".

Usually plugins make use of code in core, but not the other
way round. Defining the names inside "nm-config.h" is no violation of
that because the config section names are anyway not local to the
plugin, but global in the shared name-space with other settings.
For example, another plugins shouldn't reuse the section "ifnet".
For that reason, it is correct and consistent to move these defines
to "nm-config.h".
We don't use those names in core, we merely signal their existance.
2015-07-02 15:50:04 +02:00
..
tests builds: only enable TAP driver for glib >= 2.37.6 2015-05-28 12:51:24 +02:00
common.h keyfile: refactor to use reading and writing of keyfile from libnm-core 2015-03-12 18:12:26 +01:00
Makefile.am settings: drop plugin-specific error domains 2014-10-22 08:29:09 -04:00
nm-keyfile-connection.c settings: log connection diffs in replace_settings only where appropriate 2015-01-13 11:44:05 +01:00
nm-keyfile-connection.h settings: add NMSettingsConnection:filename 2015-01-12 09:44:20 -05:00
plugin.c config: add defines for keyfile groups to "nm-config.h" 2015-07-02 15:50:04 +02:00
plugin.h settings: drop plugin-specific error domains 2014-10-22 08:29:09 -04:00
reader.c keyfile: readd owner check of files (bgo #701112) 2015-05-19 09:57:46 +02:00
reader.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c keyfile: refactor to use reading and writing of keyfile from libnm-core 2015-03-12 18:12:26 +01:00
utils.h keyfile: refactor to use reading and writing of keyfile from libnm-core 2015-03-12 18:12:26 +01:00
writer.c build: use compat version of g_clear_pointer() 2015-06-02 12:30:03 +02:00
writer.h keyfile: refactor to use reading and writing of keyfile from libnm-core 2015-03-12 18:12:26 +01:00