NetworkManager/src/devices/adsl
Thomas Haller dd4968fa16 ppp: make ppp-manager cancellable via GCancellable
Previously nm_ppp_manager_stop() would return a handle which
makes it easy to cancel the operation.

However, sometimes, we may want to cancel an operation based on
an GCancellable. So, extend nm_ppp_manager_stop() to hook it
with a cancellable.

Essentially, move the code from nm-modem.c to nm-ppp-manager-call.c,
where it belongs and where the functionality gets available to every
component.
2018-10-17 13:03:50 +02:00
..
meson.build meson: run the check-export.sh in test phase 2018-06-28 20:38:52 +02:00
nm-atm-manager.c all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
nm-device-adsl.c ppp: make ppp-manager cancellable via GCancellable 2018-10-17 13:03:50 +02:00
nm-device-adsl.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00