summaryrefslogtreecommitdiff
path: root/libmm-glib/mm-sim.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-11-20 21:30:27 +0100
committerAleksander Morgado <aleksander@aleksander.es>2021-12-11 12:53:37 +0100
commit0eda648bb9d0fef19bf882f36f853d6aa2699d12 (patch)
tree01a717f12fbb66b367311555ea4274849d1f16e0 /libmm-glib/mm-sim.h
parent46016f68fd34676c5d9b8ca51f311455d15d7974 (diff)
downloadModemManager-0eda648bb9d0fef19bf882f36f853d6aa2699d12.tar.gz
libmm-glib,sim: new 'SimType', 'Removability' and 'EsimStatus' properties
Diffstat (limited to 'libmm-glib/mm-sim.h')
-rw-r--r--libmm-glib/mm-sim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-sim.h b/libmm-glib/mm-sim.h
index dab3f66de..77011fdec 100644
--- a/libmm-glib/mm-sim.h
+++ b/libmm-glib/mm-sim.h
@@ -89,6 +89,10 @@ gchar **mm_sim_dup_emergency_numbers (MMSim *self);
GList* mm_sim_get_preferred_networks (MMSim *self);
+MMSimType mm_sim_get_sim_type (MMSim *self);
+MMSimEsimStatus mm_sim_get_esim_status (MMSim *self);
+MMSimRemovability mm_sim_get_removability (MMSim *self);
+
void mm_sim_send_pin (MMSim *self,
const gchar *pin,
GCancellable *cancellable,