NetworkManager/src/devices/wwan
Thomas Haller d6df0339ff wwan: simplify API of nm_modem_act_stage2_config() to never fail
The previous function arguments of nm_modem_act_stage2_config() act as if the
function could fail or even postpone the action. It never did.

We cannot treat this generic. A caller needs to know whether nm_modem_act_stage2_config()
can postpone the action, and when it does, which signal is emitted upon completion. That
is, the caller needs to know how to proceed after postponing.

In other words, since this function currently cannot fail or postpone
the stage, so must all callers already rely on that. At this point it makes
no sense to pretend that the function could be any different, if all callers
assume it is not. Simplify the API.
2019-09-22 16:05:50 +02:00
..
tests wwan/tests: test service-providers.xml parser 2019-09-11 14:32:05 +02:00
libnm-wwan.ver wwan: add nm_modem_manager_get_modems() to iterate over modems 2019-09-22 16:05:50 +02:00
meson.build wwan/tests: test service-providers.xml parser 2019-09-11 14:32:05 +02:00
nm-device-modem.c wwan: simplify API of nm_modem_act_stage2_config() to never fail 2019-09-22 16:05:50 +02:00
nm-device-modem.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-modem-broadband.c wwan/modem-broadband: add capability to look up default APN/username/password 2019-09-11 14:32:05 +02:00
nm-modem-broadband.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-modem-manager.c wwan: add nm_modem_manager_get_modems() to iterate over modems 2019-09-22 16:05:50 +02:00
nm-modem-manager.h wwan: add nm_modem_manager_get_modems() to iterate over modems 2019-09-22 16:05:50 +02:00
nm-modem-ofono.c all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-modem-ofono.h all: SPDX header conversion 2019-09-10 11:19:56 +02:00
nm-modem.c wwan: simplify API of nm_modem_act_stage2_config() to never fail 2019-09-22 16:05:50 +02:00
nm-modem.h wwan: simplify API of nm_modem_act_stage2_config() to never fail 2019-09-22 16:05:50 +02:00
nm-service-providers.c wwan: add service-providers.xml parser 2019-09-11 14:32:05 +02:00
nm-service-providers.h wwan: add service-providers.xml parser 2019-09-11 14:32:05 +02:00
nm-wwan-factory.c wwan: mark modems that are taken by a NMDevice as "claimed" 2019-09-22 16:05:50 +02:00