NetworkManager/system-settings/plugins/ifupdown
Daniel Gnoutcheff 75822319bd ifupdown: fix connection class inheritance
NMIfupdownConnection really is a subclass of NMSysconfigConnection (as
declared via the G_DEFINE_TYPE macro in nm-ifconfig-connection.c), but
the header incorrectly used NMExportedConnection* in the class and
instance structs. We got away with it because NMSysconfigConnection*
didn't contain anything other than the stuff inherited from
NMExportedConnection*, but it would have caused much trouble if we did
add something.
2010-08-04 01:54:10 -05:00
..
interface_parser.c everything: use libgudev instead of HAL; merge NM and nm-system-settings 2009-06-11 00:39:12 -04:00
interface_parser.h License header and FSF address update 2008-12-20 09:46:41 -05:00
Makefile.am build: always link locally-built libraries first (bgo #580131) 2009-08-20 12:31:17 -05:00
nm-ifupdown-connection.c ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
nm-ifupdown-connection.h ifupdown: fix connection class inheritance 2010-08-04 01:54:10 -05:00
parser.c ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
parser.h ifupdown: port to new settings API 2009-08-12 17:13:24 -05:00
plugin.c system-settings: fix plugins for /etc/NetworkManager/NetworkManager.conf 2010-03-06 00:18:28 -08:00
plugin.h License header and FSF address update 2008-12-20 09:46:41 -05:00