NetworkManager/src/platform
Dan Winship 9c4d86ee80 libnm-util, libnm-glib: add versioned deprecation/availability macros
Add versioned NM_DEPRECATED_IN_* and NM_AVAILABLE_IN_* macros, and tag
new/deprecated functions accordingly. (All currently-deprecated
functions are assumed to have been deprecated in 0.9.10.)

Add NM_VERSION_MIN_REQUIRED and NM_VERSION_MAX_ALLOWED macros which
can be set to determine which versions will cause warnings.

With the current settings, external consumers of the
libnm-util/libnm-glib APIs will have MIN_REQUIRED and MAX_ALLOWED both
set to NM_VERSION_0_9_8 by default, meaning they will get warnings
about functions added in 0.9.10. NM internally sets
NM_VERSION_MAX_ALLOWED to NM_VERSION_NEXT_STABLE to ensure that it is
always allowed to use all APIs.
2014-02-13 11:24:37 -05:00
..
tests libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46]Address 2014-01-30 19:51:45 +01:00
nm-fake-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-linux-platform.c core/platform: fix wrong warning log in nm-linux-platform 2014-01-31 14:54:33 +01:00
nm-linux-platform.h platform: link management 2013-04-10 16:40:58 +02:00
nm-platform.c core/platform: add debug logging when adding/deleting addresses 2014-01-30 20:31:29 +01:00
nm-platform.h trivial: don't open-code g_clear_pointer() 2014-02-13 09:31:48 -06:00