NetworkManager/shared/nm-utils
Thomas Haller 23040d68fc shared: add NM_CACHED_QUARK() and NM_CACHED_QUARK_FCN() macros
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.
2017-02-10 14:33:52 +01:00
..
gsystem-local-alloc.h shared: move shared files to subdirectory "shared/nm-utils/" 2016-06-16 10:45:53 +02:00
nm-glib.h shared: fix -Wtype-limits warning in nm_glib_check_version() macro 2017-02-06 19:27:21 +01:00
nm-macros-internal.h shared: add NM_CACHED_QUARK() and NM_CACHED_QUARK_FCN() macros 2017-02-10 14:33:52 +01:00
nm-shared-utils.c shared: add nm_utils_strv_find_first() helper 2017-02-04 17:54:49 +01:00
nm-shared-utils.h shared: add nm_utils_strv_find_first() helper 2017-02-04 17:54:49 +01:00
nm-test-utils.h shared/tests: add nmtst_rand_perm_gslist() helper 2017-01-20 21:18:31 +01:00
nm-vpn-editor-plugin-call.h shared: include "gsystem-local-alloc.h" from "nm-glib.h" 2016-06-16 10:45:54 +02:00
nm-vpn-plugin-macros.h shared: add nm_utils_syslog_coerce_from_nm() util 2016-09-19 15:35:33 +02:00
nm-vpn-plugin-utils.c shared: add "nm-utils/nm-vpn-plugin-utils.h" 2016-06-16 10:45:54 +02:00
nm-vpn-plugin-utils.h shared: add "nm-utils/nm-vpn-plugin-utils.h" 2016-06-16 10:45:54 +02:00
unaligned.h shared: add unaligned.h 2016-10-14 11:16:13 +02:00