NetworkManager/src/devices/wifi
Beniamino Galvani fbd3286955 core,libnm: use nm_clear_g_source() where possible
Replacement was done with commands:

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

where nm_clear_g_source.cocci contains:

@@
expression e;
@@
- if (e) {
-    g_source_remove (e);
-    e = 0;
- }
+ nm_clear_g_source (&e);
2016-01-06 21:25:55 +01:00
..
tests build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
exports.ver core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
Makefile.am build: rename directory "include" to "shared" 2015-12-24 11:42:37 +01:00
nm-device-olpc-mesh.c device: set link type from all factories 2015-12-08 18:11:53 +01:00
nm-device-olpc-mesh.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-device-wifi.c core,libnm: use nm_clear_g_source() where possible 2016-01-06 21:25:55 +01:00
nm-device-wifi.h core: split device creation and device setup (bgo #737458) 2015-07-31 14:06:09 -05:00
nm-wifi-ap-utils.c wifi: fix a crash while attempting to connect hidden AP (bgo #757814) 2015-11-11 09:45:53 +01:00
nm-wifi-ap-utils.h libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-wifi-ap.c wifi: don't accept any BSSes with missing BSSIDs (rh #1276426) 2015-11-11 17:49:53 +01:00
nm-wifi-ap.h core: move D-Bus export/unexport into NMExportedObject 2015-07-24 13:25:47 -04:00
nm-wifi-factory.c core: fix interface type names 2015-09-10 13:43:47 -04:00