api: expose in the Bearer the dict of properties used when creating it

This commit is contained in:
Aleksander Morgado
2011-12-12 20:37:40 +01:00
parent 776cc66e2c
commit 473f45cc99

View File

@@ -228,5 +228,12 @@
--> -->
<property name="Ip6Config" type="a{sv}" access="read" /> <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> </interface>
</node> </node>