NetworkManager/src/platform
Thomas Haller 4d37f7a1e9 core: refactor private data in "src"
- use _NM_GET_PRIVATE() and _NM_GET_PRIVATE_PTR() everywhere.

- reorder statements, to have GObject related functions (init, dispose,
  constructed) at the bottom of each file and in a consistent order w.r.t.
  each other.

- unify whitespaces in signal and properties declarations.

- use NM_GOBJECT_PROPERTIES_DEFINE() and _notify()

- drop unused signal slots in class structures

- drop unused header files for device factories
2016-10-04 09:50:56 +02:00
..
tests all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
wifi all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
Makefile.am platform: add minimal Makefile.am for convenience 2013-06-19 13:48:29 +02:00
nm-fake-platform.c core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-fake-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.c core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-linux-platform.h core: refactor private data in "src" 2016-10-04 09:50:56 +02:00
nm-platform-utils.c platform: refactor comparing for all-zero,all-ones MAC address in nmp_utils_ethtool_get_permanent_address() 2016-05-24 16:01:59 +02:00
nm-platform-utils.h platform: declare nmp_utils_ip_config_source_*() functions as const 2016-05-16 13:16:49 +02:00
nm-platform.c core: refactor private data for NMExportedObject and others 2016-10-03 12:04:14 +02:00
nm-platform.h core: refactor private data for NMExportedObject and others 2016-10-03 12:04:14 +02:00
nmp-netns.c core: refactor private data for NMExportedObject and others 2016-10-03 12:04:14 +02:00
nmp-netns.h core: refactor private data for NMExportedObject and others 2016-10-03 12:04:14 +02:00
nmp-object.c all: modify line separator comments to be 80 chars wide 2016-10-03 12:01:15 +02:00
nmp-object.h platform: fix the typedef-redefinition warnings 2016-05-18 20:53:05 +02:00