diff options
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); |