diff options
author | Dominique Martinet <dominique.martinet@atmark-techno.com> | 2025-05-01 14:55:22 +0900 |
---|---|---|
committer | Dominique Martinet <dominique.martinet@atmark-techno.com> | 2025-05-16 22:06:24 +0900 |
commit | dea8f27464fee9afb7d5cee20b2f6f58499c369b (patch) | |
tree | 8bb77724bdc823915189796a70d4508bc0381a31 /introspection | |
parent | 2d29832f89fe6bffe52b6e4eb27d80f49eb7430a (diff) |
api,bearer: new 'DisconnectRequest' property
To report that the bearer has been killed from the modem side and
the connection should be terminated.
Signed-off-by: Dominique Martinet <dominique.martinet@atmark-techno.com>
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 |