aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorTeijo Kinnunen <teijo.kinnunen@uros.com>2020-09-07 15:18:52 +0300
committerTeijo Kinnunen <teijo.kinnunen@uros.com>2020-09-07 15:18:52 +0300
commite52ad1cc88601b2da1946678a2743465362d88c6 (patch)
tree7e849130fd236ffd852eabc1a3b8950daf1f947c /src/mm-iface-modem.h
parent49b4e6a6ff1104393edb53a812f4a23d32f04ff1 (diff)
iface-modem: add an optional iccid parameter to check_for_sim_swap
If the new iccid is already available, reading the iccid from the card can be skipped.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index c40323fc..10f22d1e 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -290,6 +290,7 @@ struct _MMIfaceModem {
* Useful for when the modem changes power states since we might
* not get the relevant notifications from the modem. */
void (*check_for_sim_swap) (MMIfaceModem *self,
+ const gchar *iccid,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean (*check_for_sim_swap_finish) (MMIfaceModem *self,