summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifnet/plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* settings: use NMConfig directly rather than reparsing NetworkManager.confDan Winship2013-04-031-2/+0
| | | | | | | | | | Add some new API to NMConfig so that NMSettings and its plugins can use NMConfig to look up values rather than reparsing the config file themselves. Also, move the no-auto-default cache from NetworkManager.conf to $NMSTATEDIR/no-auto-default.state, so NM isn't rewriting its own config file at runtime.
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1
| | | | The argument is 'klass' not 'obj'.
* settings: pass config file name to settings pluginsJiří Klimeš2011-11-161-0/+2
| | | | | Thus plugins will use the correct configuration file, even in case the name is specified on command line with --config.
* settings: move system-settings/plugins => src/settings/pluginsDan Williams2011-02-151-0/+47