mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 03:38:05 +02:00
15 lines
444 B
Markdown
15 lines
444 B
Markdown
|
|
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.
|