diff options
Diffstat (limited to 'libmm-glib/mm-sim.h')
-rw-r--r-- | libmm-glib/mm-sim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-sim.h b/libmm-glib/mm-sim.h index 0f162efd..90b49b55 100644 --- a/libmm-glib/mm-sim.h +++ b/libmm-glib/mm-sim.h @@ -82,6 +82,9 @@ gchar *mm_sim_dup_operator_identifier (MMSim *self); const gchar *mm_sim_get_operator_name (MMSim *self); gchar *mm_sim_dup_operator_name (MMSim *self); +const gchar * const *mm_sim_get_emergency_numbers (MMSim *self); +gchar **mm_sim_dup_emergency_numbers (MMSim *self); + void mm_sim_send_pin (MMSim *self, const gchar *pin, GCancellable *cancellable, |