aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-10 18:03:29 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:23 +0200
commitbddcc2fb07f96c9332b031a7b91bc5ba74b62149 (patch)
tree8335553b2a790b1c873dcd97686d447cd014a26a /introspection
parent584fc77bb361f8485c255bd5ce2bb9c6320efc21 (diff)
iface-modem-messaging: instead of mem1,mem2,mem3 use just a new default storage
There is no point in specifying a default 'mem1' memory storage, which is used for reading/listing/deleting, as those are operations that need a specific 'mem1' set each time. Also, there is no point in specifying separate default 'mem2' and 'mem3' memory storages, specially because now we allow Sms.Store() to specify a storage. So, we will now only have a 'default' memory storage, which is applicable for both 'mem2' and 'mem3' (storing, sending from storage and deleting).
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
index cf1b6716..04080398 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
@@ -107,5 +107,13 @@
-->
<property name="SupportedStorages" type="au" access="read" />
+ <!--
+ DefaultStorage:
+
+ A <link linkend="MMSmsStorage">MMSmsStorage</link> value,
+ specifying the storage to be used when receiving or storing SMS.
+ -->
+ <property name="DefaultStorage" type="u" access="read" />
+
</interface>
</node>