mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 09:50:22 +01:00
We only have a certain granularity of how our headers in "shared/nm-utils" can be used independently. For example, it's not supported to use "nm-macros-internal.h" without "gsystem-local-alloc.h". Likewise, you cannot use "nm-glib.h" directly, you always get it together with "nm-macros-internal.h". This is, we don't support to use certain headers entirely independently, because usually you anyway want to use them together. As such, no longer support "gsystem-local-alloc.h", but merge the remainder into "nm-macros-internal.h". There is really no reason to support arbitrary flexibility of including individual bits. You want cleanup-macros? Include "nm-macros-internal.h". Merge the headers. |
||
|---|---|---|
| .. | ||
| c-list-util.c | ||
| c-list-util.h | ||
| nm-c-list.h | ||
| nm-compat.c | ||
| nm-compat.h | ||
| nm-dedup-multi.c | ||
| nm-dedup-multi.h | ||
| nm-enum-utils.c | ||
| nm-enum-utils.h | ||
| nm-glib.h | ||
| nm-hash-utils.c | ||
| nm-hash-utils.h | ||
| nm-jansson.h | ||
| nm-macros-internal.h | ||
| nm-obj.h | ||
| nm-random-utils.c | ||
| nm-random-utils.h | ||
| nm-shared-utils.c | ||
| nm-shared-utils.h | ||
| nm-test-utils.h | ||
| nm-udev-utils.c | ||
| nm-udev-utils.h | ||
| nm-vpn-editor-plugin-call.h | ||
| nm-vpn-plugin-macros.h | ||
| nm-vpn-plugin-utils.c | ||
| nm-vpn-plugin-utils.h | ||
| unaligned.h | ||