aboutsummaryrefslogtreecommitdiff
path: root/introspection
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-10 14:18:00 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:23 +0200
commit667026f0c829ba1be3d69726d7145b3ecd224dbd (patch)
treec79fdaf183e4deddce34aac0ca9a05ab11f6c106 /introspection
parent96928909b9294b319374f1440832fbd7d934e0cb (diff)
api: Sms.Store() now requires the specific memory storage where to store the SMS
... or MM_SMS_STORAGE_UNKNOWN to store it in the default storage.
Diffstat (limited to 'introspection')
-rw-r--r--introspection/org.freedesktop.ModemManager1.Sms.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Sms.xml b/introspection/org.freedesktop.ModemManager1.Sms.xml
index f65ff80f..dd3f18f8 100644
--- a/introspection/org.freedesktop.ModemManager1.Sms.xml
+++ b/introspection/org.freedesktop.ModemManager1.Sms.xml
@@ -30,8 +30,15 @@
Store:
Store the message in the device if not already done.
+
+ This method requires a <link linkend="MMSmsStorage">MMSmsStorage</link>
+ value, describing the storage where this message is to be kept; or
+ <link linkend="MM-SMS-STORAGE-UNKNOWN:CAPS"><constant>MM_SMS_STORAGE_UNKNOWN</constant></link>
+ if the default storage should be used.
-->
- <method name="Store" />
+ <method name="Store">
+ <arg name="storage" type="u" direction="in" />
+ </method>
<!--
State: