NetworkManager/src/libnm-core-aux-intern
2021-08-20 22:16:40 +02:00
..
meson.build build/meson: cleanup dependencies for libnm-core-aux-intern 2021-02-28 10:42:05 +01:00
nm-auth-subject.c build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,log-null,log-core}" 2021-02-24 12:48:20 +01:00
nm-auth-subject.h build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00
nm-common-macros.h build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00
nm-libnm-core-utils.c libnm-core: drop unnecessary cast from _nm_connection_ensure_setting() 2021-08-20 22:16:40 +02:00
nm-libnm-core-utils.h libnm-core-aux-intern: Add helper function _nm_connection_ensure_setting() 2021-08-20 19:02:23 +02:00
README.md build: move "libnm-core/" to "src/" and split it 2021-02-18 19:46:51 +01:00

libnm-core-aux-intern

libnm-core-aux-intern is a static library that:

Basically, it is a static library with utility functions that extends libnm-core-impl (the part that is public API of libnm), but it is also used by libnm-core-impl itself.

That means:

Note that libnm-core-aux-intern only uses public API of libnm.

This directory should not be added to the include search path. Instead, users should fully qualify the include like #include "libnm-core-aux-intern/nm-auth-subject.h".