aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-01 11:02:22 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:59 +0100
commitc29f06f1e5b0e9d7e6857da142bdc1a184f74ffa (patch)
treedf150db207eda09a557eba6d16c093f76b436bdc
parent157dd69646df6e7750fd91b2120ebc1af385e689 (diff)
api,dbus: just notify SMS object paths, not their properties
When notifying added or completed SMS objects, don't return their properties as they can be retrieved by looking at the specific objects in DBus.
-rw-r--r--new/org.freedesktop.ModemManager1.Modem.Messaging.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml b/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
index f322c911..cf4d67f7 100644
--- a/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/new/org.freedesktop.ModemManager1.Modem.Messaging.xml
@@ -72,7 +72,6 @@
Added:
@path: Object path of the new SMS.
@received: %TRUE if the message was received from the network, as opposed to being added locally.
- @properties: Message properties from the <link linkend="gdbus-org.freedesktop.ModemManager1.Sms">SMS D-Bus interface</link>.
Emitted when any part of a new SMS has been received or added (but not
for subsequent parts, if any). For messages received from the network,
@@ -86,15 +85,13 @@
signal will also be emitted when the message is complete.
-->
<signal name="Added">
- <arg name="path" type="o" />
- <arg name="received" type="b" />
- <arg name="properties" type="a{sv}" />
+ <arg name="path" type="o" />
+ <arg name="received" type="b" />
</signal>
<!--
Completed:
@path: Object path of the new SMS.
- @properties: Message properties from the <link linkend="gdbus-org.freedesktop.ModemManager1.Sms">SMS D-Bus interface</link>.
Emitted when the complete-ness status of an SMS message changes.
@@ -103,8 +100,7 @@
single-part messages.
-->
<signal name="Completed">
- <arg name="path" type="o" />
- <arg name="properties" type="a{sv}" />
+ <arg name="path" type="o" />
</signal>
<!--