NetworkManager/src/settings/plugins/keyfile
Dan Winship b28f6526c2 core: fill in nm-types.h, clean out other headers
Clean up some of the cross-includes between headers (which made it so
that, eg, if you included NetworkManagerUtils.h in a test program, you
would need to build the test with -I$(top_srcdir)/src/platform, and if
you included nm-device.h you'd need $(POLKIT_CFLAGS)) by moving all
GObject struct definitions for src/ and src/settings/ into nm-types.h
(which already existed to solve the NMDevice/NMActRequest circular
references).

Update various .c files to explicitly include the headers they used to
get implicitly, and remove some now-unnecessary -I options from
Makefiles.
2014-07-23 10:56:26 -04:00
..
tests core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04: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 core: fill in nm-types.h, clean out other headers 2014-07-23 10:56:26 -04:00
nm-keyfile-connection.c keyfile: don't require a path when creating a keyfile connection 2013-05-28 12:26:55 -05:00
nm-keyfile-connection.h keyfile: don't require a path when creating a keyfile connection 2013-05-28 12:26:55 -05:00
plugin.c keyfile: clean up logging connection verify errors 2014-06-13 15:18:47 -05:00
plugin.h settings: don't pass config_path to NMSettings and settings plugins 2013-04-03 10:23:48 -04:00
reader.c keyfile: avoid assertion reading keyfile without connection.type property 2014-07-03 14:00:37 +02:00
reader.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00
utils.c keyfile: ignore Emacs interlocking link named .#<file_name> (rh #987629) 2013-07-24 12:32:18 +02:00
utils.h keyfile: use 'ethernet', 'wifi' and 'wifi-security' group names (bgo #696940) 2013-04-11 10:52:39 -05:00
writer.c keyfile: assert that the connection to be written verifies 2014-06-16 13:27:26 +02:00
writer.h settings: move system-settings/plugins => src/settings/plugins 2011-02-15 11:55:34 -06:00