diff options
author | Michal Mazur <mkm@semihalf.com> | 2020-12-11 14:15:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-30 18:40:29 +0000 |
commit | 25ffe4211afa37a68274535d64a12670fd5ceebc (patch) | |
tree | f2e0dbefefdf8979137c40ca5fa39d725f5063ba /libmm-glib/mm-modem-3gpp.h | |
parent | b1dde0aec39089161268452b54ea92737ae00aa5 (diff) |
api,libmm-glib,cli: add command to disable facility lock
Diffstat (limited to 'libmm-glib/mm-modem-3gpp.h')
-rw-r--r-- | libmm-glib/mm-modem-3gpp.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem-3gpp.h b/libmm-glib/mm-modem-3gpp.h index e3a506dc..8de6c756 100644 --- a/libmm-glib/mm-modem-3gpp.h +++ b/libmm-glib/mm-modem-3gpp.h @@ -172,6 +172,21 @@ gboolean mm_modem_3gpp_set_initial_eps_bearer_settings_sync (MMModem3gpp GCancellable *cancellable, GError **error); +void mm_modem_3gpp_disable_facility_lock (MMModem3gpp *self, + MMModem3gppFacility facility, + const gchar *control_key, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +gboolean mm_modem_3gpp_disable_facility_lock_finish (MMModem3gpp *self, + GAsyncResult *res, + GError **error); +gboolean mm_modem_3gpp_disable_facility_lock_sync (MMModem3gpp *self, + MMModem3gppFacility facility, + const gchar *control_key, + GCancellable *cancellable, + GError **error); + #ifndef MM_DISABLE_DEPRECATED G_DEPRECATED |