NetworkManager/src/devices/wwan
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
..
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-modem.c device: expose nm_device_set_autoconnect() function 2015-12-04 15:46:04 +01:00
nm-device-modem.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-modem-broadband.c wwan: rework connection flow to send PIN earlier and fix autoconnect 2015-11-18 15:50:53 +01:00
nm-modem-broadband.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-modem-manager.c core,libnm: use nm_clear_g_source() where possible 2016-01-06 21:25:55 +01:00
nm-modem-manager.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-modem.c core: use define for NMPPPManager's "state-changed" signal name 2015-12-07 19:54:11 +01:00
nm-modem.h libnm/wwan: add GSM setting device-id, sim-id, and sim-operator-id properties 2015-11-18 15:50:52 +01:00
nm-wwan-factory.c core: fix interface type names 2015-09-10 13:43:47 -04:00
nm-wwan-factory.h all: make use of new header file "nm-default.h" 2015-08-05 15:32:40 +02:00
wwan-exports.ver wwan: wait for pppd to exit before relaying the port to ModemManager 2015-01-21 18:36:00 -06:00