diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 18:37:28 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-25 19:01:06 +0200 |
commit | 219700ba6d9df49427320eb2cbfd8eae850b8921 (patch) | |
tree | eee9a07f55e2f94276b393b3f10ba33cedbc32e4 /libmm-glib/mm-compat.c | |
parent | a09b13de86fd62c9b5144ada2c23c6062e873ec1 (diff) |
libmm-glib,simple-status: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-compat.c')
-rw-r--r-- | libmm-glib/mm-compat.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libmm-glib/mm-compat.c b/libmm-glib/mm-compat.c index d7b5d40a..b878a6f8 100644 --- a/libmm-glib/mm-compat.c +++ b/libmm-glib/mm-compat.c @@ -126,6 +126,14 @@ mm_pco_list_free (GList *pco_list) /*****************************************************************************/ MMModem3gppSubscriptionState +mm_simple_status_get_3gpp_subscription_state (MMSimpleStatus *self) +{ + return MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNKNOWN; +} + +/*****************************************************************************/ + +MMModem3gppSubscriptionState mm_modem_3gpp_get_subscription_state (MMModem3gpp *self) { return MM_MODEM_3GPP_SUBSCRIPTION_STATE_UNKNOWN; |