diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 645f041c..b890195c 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -102,6 +102,20 @@ <property name="Connected" type="b" access="read" /> <!-- + ConnectionError: + + Provides additional information specifying the reason why the modem is + not connected (either due to a failed connection attempt, or due to a + a network initiated disconnection). + + The value is composed of two strings: the registered DBus error name, + and an optional error message. + + Since: 1.18 + --> + <property name="ConnectionError" type="(ss)" access="read" /> + + <!-- Suspended: In some devices, packet data service will be suspended while the device |