core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"

"NetworkManagerUtils.h" contains a bunch of helper tools for core
daemon ("src/").

Unfortunately, it has dependencies to other parts of core,
such as "nm-device.h" and "nm-platform.h". Split out a part
of tools that are independent so that they can be used without
dragging in other dependencies.

"nm-core-utils.h" should only use libnm-core, "nm-logging.h"
and shared.

"NetworkManagerUtils.h" should provide all "nm-core-utils.h" and
possibly other utilities that have larger dependencies.
This commit is contained in:
Thomas Haller
2016-03-01 09:56:51 +01:00
parent e4a7502a2c
commit adb56d137e
14 changed files with 3410 additions and 3327 deletions

2944
src/nm-core-utils.c Normal file

File diff suppressed because it is too large Load Diff