diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-26 23:22:13 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-10-28 10:28:31 +0100 |
commit | 037b774b189b03eea0144899812c0b1f56d5f770 (patch) | |
tree | f253d063e1d2c723e4f25bac2fbeebb3fd9175a2 /libmm-glib/mm-simple-status.h | |
parent | 651028c2b7b205f713e49df373d4bd016364c547 (diff) |
simple-status: deprecate 'subscription state' property
This property was already deprecated in libmm-glib and removed from
the daemon in 1.10, so the counterpart property in MMSimpleStatus
should also be deprecated.
Diffstat (limited to 'libmm-glib/mm-simple-status.h')
-rw-r--r-- | libmm-glib/mm-simple-status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-simple-status.h b/libmm-glib/mm-simple-status.h index 930e1f1b..ae1f5f6d 100644 --- a/libmm-glib/mm-simple-status.h +++ b/libmm-glib/mm-simple-status.h @@ -70,7 +70,10 @@ MMModemAccessTechnology mm_simple_status_get_access_technologies (MMSimple MMModem3gppRegistrationState mm_simple_status_get_3gpp_registration_state (MMSimpleStatus *self); const gchar *mm_simple_status_get_3gpp_operator_code (MMSimpleStatus *self); const gchar *mm_simple_status_get_3gpp_operator_name (MMSimpleStatus *self); + +#ifndef MM_DISABLE_DEPRECATED MMModem3gppSubscriptionState mm_simple_status_get_3gpp_subscription_state (MMSimpleStatus *self); +#endif MMModemCdmaRegistrationState mm_simple_status_get_cdma_cdma1x_registration_state (MMSimpleStatus *self); MMModemCdmaRegistrationState mm_simple_status_get_cdma_evdo_registration_state (MMSimpleStatus *self); |