diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-10 14:18:00 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:23 +0200 |
commit | 667026f0c829ba1be3d69726d7145b3ecd224dbd (patch) | |
tree | c79fdaf183e4deddce34aac0ca9a05ab11f6c106 /src/mm-sms.h | |
parent | 96928909b9294b319374f1440832fbd7d934e0cb (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 'src/mm-sms.h')
-rw-r--r-- | src/mm-sms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-sms.h b/src/mm-sms.h index cb078aed..0f96e380 100644 --- a/src/mm-sms.h +++ b/src/mm-sms.h @@ -54,6 +54,7 @@ struct _MMSmsClass { /* Store the SMS */ void (* store) (MMSms *self, + MMSmsStorage storage, GAsyncReadyCallback callback, gpointer user_data); gboolean (* store_finish) (MMSms *self, |