mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 12:20:36 +01:00
NM_CACHED_QUARK_FCN() is a replacement for G_DEFINE_QUARK(). G_DEFINE_QUARK() is mostly used to define GError quarks. As such, it always appends _quark() to the function name, which is unfavorable because it makes it harder to grep for the definition of the function. In general I think that macros that defined symbols by concatenating something should be avoided because that makes it harder to locate where the symbol was defined. |
||
|---|---|---|
| .. | ||
| nm-utils | ||
| nm-common-macros.h | ||
| nm-dbus-compat.h | ||
| nm-default.h | ||
| nm-dispatcher-api.h | ||
| nm-test-libnm-utils.h | ||
| nm-test-utils-impl.c | ||
| nm-version-macros.h.in | ||