diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-11-15 19:06:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-11-21 10:50:49 +0100 |
commit | 7f442b777c6fe7fd71f4f9022121752dabad5cdd (patch) | |
tree | d77ebb9ffa37c6abb549c85806b30bc4e1a73045 /introspection/org.freedesktop.ModemManager1.Modem.xml | |
parent | c21709b32e1af46f1764888a03b21fd747db7da1 (diff) |
introspection,api: new 'Bearers' property in the Modem interface
https://bugzilla.gnome.org/show_bug.cgi?id=712276
Diffstat (limited to 'introspection/org.freedesktop.ModemManager1.Modem.xml')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index b264ab41..a5a236c5 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -210,6 +210,14 @@ <property name="Sim" type="o" access="read" /> <!-- + Bearers: + + The list of bearer object paths (EPS Bearers, PDP Contexts, or + CDMA2000 Packet Data Sessions). + --> + <property name="Bearers" type="ao" access="read" /> + + <!-- SupportedCapabilities: List of <link linkend="MMModemCapability">MMModemCapability</link> |