diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-12 20:37:40 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:33 +0100 |
commit | 473f45cc99c0475c13de095dec1ca282ced02a11 (patch) | |
tree | 7d235295670d906fd727b10a498ca5906a630098 | |
parent | 776cc66e2c8cd366a9179d66cd193a1ea09a76ea (diff) |
api: expose in the Bearer the dict of properties used when creating it
-rw-r--r-- | new/org.freedesktop.ModemManager1.Bearer.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new/org.freedesktop.ModemManager1.Bearer.xml b/new/org.freedesktop.ModemManager1.Bearer.xml index ce7ca612..78e67742 100644 --- a/new/org.freedesktop.ModemManager1.Bearer.xml +++ b/new/org.freedesktop.ModemManager1.Bearer.xml @@ -228,5 +228,12 @@ --> <property name="Ip6Config" type="a{sv}" access="read" /> + <!-- + Properties: + + List of properties used when creating the bearer. + --> + <property name="Properties" type="a{ss}" access="read" /> + </interface> </node> |