diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2018-07-28 22:34:00 +0200 |
---|---|---|
committer | Ben Chan <benchan@chromium.org> | 2018-10-26 09:41:44 -0700 |
commit | 025fcb7e92dde84c45085a1087375413c23d8ab7 (patch) | |
tree | 8d78deedfe0586738decaabc7687a099ca6701f4 /introspection | |
parent | 408a2a9c6cef91e11a3ed5e09c140e175534822d (diff) | |
download | ModemManager-025fcb7e92dde84c45085a1087375413c23d8ab7.tar.gz |
api: deprecate SubscriptionState property
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 423ee0b62..5542fb6b8 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -152,6 +152,10 @@ A <link linkend="MMModem3gppSubscriptionState">MMModem3gppSubscriptionState</link> value representing the subscription status of the account and whether there is any data remaining, given as an unsigned integer (signature <literal>"u"</literal>). + + Deprecated: 1.10.0. The value of this property can only be obtained with operator + specific logic (e.g. processing specific PCO info), and therefore it doesn't make sense + to expose it in the ModemManager interface. --> <property name="SubscriptionState" type="u" access="read" /> |