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.
This commit is contained in:
Aleksander Morgado
2012-09-10 14:18:00 +02:00
parent 96928909b9
commit 667026f0c8
7 changed files with 96 additions and 30 deletions

View File

@@ -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: