NetworkManager/src/core/platform
Thomas Haller 216c46c881
all: prefer nm wrappers to automatically attach GSource to default context
We often create the source with default priority, no destroy function and
attach it to the default context (g_main_context_default()). For that
case, we have wrapper functions like nm_g_timeout_add_source()
and nm_g_idle_add_source(). Use those.

There should be no change in behavior.
2022-03-13 11:59:42 +01:00
..
tests all: prefer nm wrappers to automatically attach GSource to default context 2022-03-13 11:59:42 +01:00
nm-fake-platform.c platform: don't treat ifindex zero special in nmp_lookup_init_object() 2022-02-09 19:13:03 +01:00
nm-fake-platform.h platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00