diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-06-30 17:12:50 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2018-08-21 13:26:08 +0000 |
commit | fc520eb0732019ca310324f3ec5232021d90c64a (patch) | |
tree | 940394c7c72512ce60dde82c7182a5181c6d6475 /src/mm-modem-helpers-qmi.h | |
parent | 9e42a19742de55cf5c0ba4d68069c1845e9392e6 (diff) |
modem-helpers-qmi: new helper to transform QmiLocIndicationStatus into a GError
Diffstat (limited to 'src/mm-modem-helpers-qmi.h')
-rw-r--r-- | src/mm-modem-helpers-qmi.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-modem-helpers-qmi.h b/src/mm-modem-helpers-qmi.h index a19851fd..8f02b95b 100644 --- a/src/mm-modem-helpers-qmi.h +++ b/src/mm-modem-helpers-qmi.h @@ -106,6 +106,12 @@ MMOmaSessionState mm_oma_session_state_from_qmi_oma_session_state (QmiOmaSession MMOmaSessionStateFailedReason mm_oma_session_state_failed_reason_from_qmi_oma_session_failed_reason (QmiOmaSessionFailedReason qmi_session_failed_reason); /*****************************************************************************/ +/* QMI/LOC to MM translations */ + +gboolean mm_error_from_qmi_loc_indication_status (QmiLocIndicationStatus status, + GError **error); + +/*****************************************************************************/ /* Utility to gather current capabilities from various sources */ typedef struct { |