NetworkManager/src/settings
Thomas Haller cbace6fe06 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.

(cherry picked from commit 6d6ab20be0)
2015-07-03 09:24:04 +02:00
..
plugins config: add defines for keyfile groups to "nm-config.h" 2015-07-03 09:24:04 +02:00
nm-agent-manager.c agent-manager: memleak: unref the last agent for a request too 2015-02-18 18:16:31 +01:00
nm-agent-manager.h libnm-core, settings: move NMAgentManagerError to nm-errors 2014-10-22 08:29:09 -04:00
nm-inotify-helper.c core/trivial: rename singleton variables according to default name 2015-03-13 11:50:50 +01:00
nm-inotify-helper.h settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-secret-agent.c agent-manager: don't ever fail the secrets requests from GetSecrets() 2014-12-11 11:15:53 +01:00
nm-secret-agent.h all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
nm-settings-connection.c settings/dbus: harden connection removal and object unexport 2015-05-05 16:37:06 +02:00
nm-settings-connection.h settings: log connection diffs in replace_settings only where appropriate 2015-03-11 17:07:55 +01:00
nm-settings.c settings: print filename of loaded setting plugins 2015-06-22 09:56:05 +02:00
nm-settings.h nm-settings: add nm_settings_has_connection() 2015-05-05 16:37:06 +02:00
nm-system-config-interface.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-system-config-interface.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00