diff options
author | Ben Chan <benchan@chromium.org> | 2017-08-07 14:22:51 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-09-07 19:06:50 +0200 |
commit | d4ff05af5e5ef73abc717467f5988328c0d0319f (patch) | |
tree | 80c4078c04f9e6e8653e1e55ba4503098306454d /src/mm-iface-modem.h | |
parent | 87341acaa88400cef750c2a7463bc131b79a16d9 (diff) |
iface-modem: export update_unlock_retries outside MMIfaceModem
This patch exports the internal function update_unlock_retries() in
MMIfaceModem as mm_iface_modem_update_unlock_retries(), which later
allows us to call it from other classes.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 711d2f29..af039b3b 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -414,6 +414,9 @@ MMModemLock mm_iface_modem_update_lock_info_finish (MMIfaceModem *self, GAsyncResult *res, GError **error); +void mm_iface_modem_update_unlock_retries (MMIfaceModem *self, + MMUnlockRetries *unlock_retries); + /* Request signal quality check update. * It will not only return the signal quality status, but also set the property * values in the DBus interface. */ |