NetworkManager/src/dns-manager
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
..
nm-dns-dnsmasq.c dns: add support for global configuration in DNS manager 2015-10-01 09:05:08 +02:00
nm-dns-dnsmasq.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-dns-manager.c logging: swap names of logging macros _LOGT() and _LOGt() 2015-11-06 14:16:41 +01:00
nm-dns-manager.h dns/trivial: rename @mgr variable to @self 2015-09-04 13:45:13 +02:00
nm-dns-plugin.c core,libnm: use nm_clear_g_source() where possible 2016-01-06 21:25:55 +01:00
nm-dns-plugin.h dns: add support for global configuration in DNS manager 2015-10-01 09:05:08 +02:00
nm-dns-unbound.c dns-unbound: use the correct path when calling dnssec-trigger-script 2015-10-30 11:15:51 +01:00
nm-dns-unbound.h all: rename nm-glib-compat.h to nm-glib.h, use everywhere 2015-07-24 13:25:47 -04:00
nm-dns-utils.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dns-utils.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00