NetworkManager/src/settings
Beniamino Galvani 24d8604637 core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls
Replacement was done with command:

spatch --sp-file nm_platform_get.cocci --in-place --smpl-spacing --dir src

where nm_platform_get.cocci contains:

@@
identifier func;
expression list args;
@@
- func (nm_platform_get())
+ func (NM_PLATFORM_GET)

@@
identifier func;
expression list args;
@@
- func (nm_platform_get(), args)
+ func (NM_PLATFORM_GET, args)
2016-01-06 21:25:56 +01:00
..
plugins core: use NM_PLATFORM_GET instead of nm_platform_get() in function calls 2016-01-06 21:25:56 +01:00
nm-agent-manager.c agent-manager: add a missing break in case 2015-11-12 14:24:57 +01:00
nm-agent-manager.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-inotify-helper.c all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-inotify-helper.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
nm-secret-agent.c core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
nm-secret-agent.h secrets: make agent-manager independent from NMSettingsConnection 2015-09-18 16:12:36 +02:00
nm-settings-connection.c core,libnm: use nm_clear_g_source() where possible 2016-01-06 21:25:55 +01:00
nm-settings-connection.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00
nm-settings-plugin.c core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-settings-plugin.h core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-settings.c core: always use gulong to store signal handler ids 2016-01-06 21:25:55 +01:00
nm-settings.h core: separate active and applied connection 2015-09-18 17:32:11 +02:00