Files
NetworkManager/shared/nm-utils
Thomas Haller 2fa7a7c20b shared: make nm_streq() and nm_streq0() inline functions
There is no advantage in having these as macros. Make them
inline functions, compiler should be able to decide that they
are in fact inlinable.

Also, don't call g_strcmp0() for nm_streq0(). It means we first
have to call glib function, only to call a glibc function. No need
for this abstraction.
2019-02-13 16:03:23 +01:00
..
2018-09-07 11:24:17 +02:00
2018-09-30 21:14:55 +02:00
2018-09-30 21:14:55 +02:00
2019-01-24 17:19:44 +01:00
2018-09-30 21:14:55 +02:00