NetworkManager/include
Dan Winship 64c5395cb1 build: improve our use of glib's version macros to catch more bugs
We were setting GLIB_VERSION_MAX_ALLOWED to 2.34, since we provide
reimplementations of a few 2.34 functions in nm-glib-compat.h. But
this was turning off warnings for the 2.34+ APIs we *didn't* have
compat versions of too.

Fix this by setting MAX_ALLOWED to 2.32 (same as MIN_REQUIRED), and
defining macros to wrap calls to compat-ified functions and disable
deprecation warnings around them.

This points out several places where we were accidentally using 2.34
APIs without noticing, which need to be fixed now.
2014-02-13 11:24:37 -05:00
..
Makefile.am build: avoid GValueArray deprecation warnings 2013-02-26 13:07:33 +01:00
NetworkManager.h core: implement update_connection() for Team 2013-11-08 16:35:18 -06:00
NetworkManagerVPN.h vpn: fix VPN plugin D-Bus errors 2013-09-27 13:26:29 +02:00
nm-dbus-glib-types.h libnm-util: add gateway member to IPv6 addresses 2010-04-17 10:26:53 -07:00
nm-glib-compat.h build: improve our use of glib's version macros to catch more bugs 2014-02-13 11:24:37 -05:00
nm-gvaluearray-compat.h dispatcher: fix memory leak in nm-dispatcher-action 2013-10-22 19:53:46 +02:00
nm-settings-flags.h agents: add a "user-requested" flag to secret agent requests 2012-06-27 09:42:47 -05:00
nm-test-helpers.h test: whitespace cleanup 2009-05-09 23:58:13 -04:00
nm-version.h.in libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00