aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-01 17:06:06 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:59 +0100
commit6432c54d7024a36c53bc316b8c697fdd5fca8d68 (patch)
treede4b7b29cecaaa8e5788fb7848823dd4882baaf2
parent19ce344df8986b88190f538e7c8a5c8bbd43ac05 (diff)
api,dbus: return just the list of SMS object paths, not a dictionary
-rw-r--r--new/org.freedesktop.ModemManager1.Modem.Messaging.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml b/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
index cf4d67f7..5c2052d7 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
@@ -22,7 +22,7 @@
<!--
List:
- @result: A dict of message object paths mapped to a dictionary containing that message's properties as specified in the <link linkend="gdbus-org.freedesktop.ModemManager1.Sms">SMS D-Bus interface</link>.
+ @result: The list of SMS object paths.
Retrieve all SMS messages.
@@ -33,7 +33,7 @@
or by querying the specific SMS object of interest.
-->
<method name="List">
- <arg name="result" type="a{oa{sv}}" direction="out" />
+ <arg name="result" type="ao" direction="out" />
</method>
<!--