NetworkManager/src/settings/plugins/ifcfg-rh
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
common.h trivial: update dates in ifcfg-rh and keyfile plugins 2013-12-12 08:59:33 +01:00
errors.c settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
Makefile.am libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00
nm-ifcfg-connection.c settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
nm-ifcfg-connection.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
nm-ifcfg-rh.conf settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
nm-ifcfg-rh.xml settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
plugin.c core: add o.fd.NM.Settings.LoadConnections 2013-11-15 13:30:13 -05:00
plugin.h core: fix NM_IS_*_CLASS(klass) macros 2012-07-27 13:15:54 +02:00
reader.c ifcfg-rh: write SLAVE=yes on bond slave connections 2014-01-30 11:16:44 -05:00
reader.h settings: add unrecognized-specs, implement in ifcfg-rh 2013-11-01 13:04:12 -04:00
shvar.c ifcfg-rh: change algorithm for svUnescape 2014-01-28 19:19:49 +01:00
shvar.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c libnm-util: consolidate hex-string <-> bin conversion functions 2013-03-28 16:59:58 +01:00
utils.h libnm-util: consolidate hex-string <-> bin conversion functions 2013-03-28 16:59:58 +01:00
writer.c ifcfg-rh: write SLAVE=yes on bond slave connections 2014-01-30 11:16:44 -05:00
writer.h settings: implement ability to add connections without saving them to disk 2013-05-28 12:26:56 -05:00