diff options
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Bearer.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Bearer.xml b/introspection/org.freedesktop.ModemManager1.Bearer.xml index 512e4003..1aa77d3e 100644 --- a/introspection/org.freedesktop.ModemManager1.Bearer.xml +++ b/introspection/org.freedesktop.ModemManager1.Bearer.xml @@ -116,6 +116,16 @@ <property name="ConnectionError" type="(ss)" access="read" /> <!-- + DisconnectRequest: + + Indicates that the bearer is no longer useable and the connection + manager should terminate it as soon as possible. + + Since: 1.26 + --> + <property name="DisconnectRequest" type="b" access="read" /> + + <!-- Suspended: In some devices, packet data service will be suspended while the device |