about summary refs log tree commit diff
path: root/src/libnm-client-impl/README.md
blob: 1ec481c1ac921f4d44678832ad7480a124828815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libnm-client-impl
=================

libnm is NetworkManager's client API.
This API consists of two parts:

- the handling of connections (`NMConnection`), implemented
  by libnm-core-impl.
- the caching of D-Bus API (`NMClient`), implemented by
  libnm-client-impl.

This directory contains the implementation of the second part.
As such, it will be statically linked with libnm-core-impl
to make libnm. Also, it cannot be used by the daemon.