aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-02 09:55:04 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:32 +0100
commita181b152a1f50ea8f6ab6a85b6edc1c3ab4c3292 (patch)
treecb9bc74a95355bcd5a3e105ccc2b6eacea5f28d0
parent36fae5564b68e06368ece484911da0b85632e327 (diff)
api: when creating new bearer, use dict of strings
Changed the signature of the 'properties' input argument in the CreateBearer() DBus call from a{sv} to a{ss}. We'll only expect string values.
-rw-r--r--new/org.freedesktop.ModemManager1.Modem.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.xml b/new/org.freedesktop.ModemManager1.Modem.xml
index 0dbb5be9..39eca8ad 100644
--- a/new/org.freedesktop.ModemManager1.Modem.xml
+++ b/new/org.freedesktop.ModemManager1.Modem.xml
@@ -76,7 +76,7 @@
applicable to CDMA2000 Packet Data Session bearers.
-->
<method name="CreateBearer">
- <arg name="properties" type="a{sv}" direction="in" />
+ <arg name="properties" type="a{ss}" direction="in" />
<arg name="path" type="o" direction="out" />
</method>