diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-10 16:23:05 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:23 +0200 |
commit | 67081f02c88bc907561f6d9a9bd0e74cf9797189 (patch) | |
tree | c832d275c7414ecf8512b4a4d80648cdd5b0a9ab /introspection | |
parent | b7e1c6d36dd10c6772582196117dc5d0ccefcb08 (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.xml | 9 |
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> |