summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-3gpp.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-12-18 15:54:28 +0100
committerDan Williams <dcbw@redhat.com>2020-01-06 20:17:08 +0000
commitdebec6f650e395eaa722da62ce89dab2d754a059 (patch)
tree90c1395630ad7e12fd093fc08231cc17df52e900 /src/mm-iface-modem-3gpp.h
parent88983fd1572cc912ad0f905caf172a976f6433f0 (diff)
downloadModemManager-debec6f650e395eaa722da62ce89dab2d754a059.tar.gz
iface-modem-3gpp: forced registration is not state
The request for forced registration is an implementation detail of mm_iface_modem_3gpp_register_in_network(), not part of any state to keep in the private info.
Diffstat (limited to 'src/mm-iface-modem-3gpp.h')
-rw-r--r--src/mm-iface-modem-3gpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp.h b/src/mm-iface-modem-3gpp.h
index 973d11de8..91976fdc0 100644
--- a/src/mm-iface-modem-3gpp.h
+++ b/src/mm-iface-modem-3gpp.h
@@ -307,6 +307,7 @@ void mm_iface_modem_3gpp_clear_current_operator (MMIfaceMod
/* Allow registering in the network */
void mm_iface_modem_3gpp_register_in_network (MMIfaceModem3gpp *self,
const gchar *operator_id,
+ gboolean force_registration,
guint max_registration_time,
GAsyncReadyCallback callback,
gpointer user_data);