diff options
author | Thieu Le <thieule@chromium.org> | 2013-10-07 13:57:27 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-10-09 09:59:42 +0200 |
commit | f9a4f87d5204432b52cb41b31809d43425467da5 (patch) | |
tree | b8ae31d2b84d80e376e80942ae7ca7f116dccece /introspection | |
parent | 564b3610fd6e4060bc36c2cf568b2305aaf6ea19 (diff) |
iface-modem-3gpp: add SubscriptionState property
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml index 3298473c..00c4a2e8 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.Modem3gpp.xml @@ -136,5 +136,14 @@ --> <property name="EnabledFacilityLocks" type="u" access="read" /> + <!-- + SubscriptionState: + + 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>). + --> + <property name="SubscriptionState" type="u" access="read" /> + </interface> </node> |