summaryrefslogtreecommitdiff
path: root/src/libnm-glib-aux/README.md
blob: cb43e87c69a1d509c9865f9d44d785dafffbbdd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libnm-glib-aux
==============

A static helper library with general purpose helpers on top
of glib.

This is similar to libnm-std-aux (on which this library depends).
The difference is that libnm-std-aux only requires standard C (C11),
while this has a dependency on glib.

As this has no additional dependencies, we should have all our glib code
use this internal helper library. It contains helpers that should be
available (and used) in all our C/glib applications/libraries.

Parts of this library are usually already included via the `nm-default*.h`
headers.