aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-10 16:23:05 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:23 +0200
commit67081f02c88bc907561f6d9a9bd0e74cf9797189 (patch)
treec832d275c7414ecf8512b4a4d80648cdd5b0a9ab /introspection
parentb7e1c6d36dd10c6772582196117dc5d0ccefcb08 (diff)
api: new `SupportedStorages' property in the Messaging interface
We will list which are the storages allowed to use when receiving/storing SMS messages.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
index 7ff517ab..cf1b6716 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Messaging.xml
@@ -98,5 +98,14 @@
<arg name="path" type="o" />
</signal>
+ <!--
+ SupportedStorages:
+
+ A list of <link linkend="MMSmsStorage">MMSmsStorage</link> values,
+ specifying the storages supported by this modem for storing and
+ receiving SMS.
+ -->
+ <property name="SupportedStorages" type="au" access="read" />
+
</interface>
</node>