diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 23:46:37 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:03 +0100 |
commit | 7fb1234015f68d3139400b9ec184e6dae1fe0f78 (patch) | |
tree | d365e94ed822f31d3ccb0d461cd274686da5f377 /src/mm-iface-modem-messaging.h | |
parent | 09adad847e9982c72e99da9ffb4b7b67d387e12e (diff) |
iface-modem-messaging: load supported SMS storages during initialization
Diffstat (limited to 'src/mm-iface-modem-messaging.h')
-rw-r--r-- | src/mm-iface-modem-messaging.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.h b/src/mm-iface-modem-messaging.h index 7669f7fd..62fbba93 100644 --- a/src/mm-iface-modem-messaging.h +++ b/src/mm-iface-modem-messaging.h @@ -45,6 +45,21 @@ struct _MMIfaceModemMessaging { GAsyncResult *res, GError **error); + /* Load supported storages for... + * mem1: listing/reading/deleting + * mem2: writing/sending + * mem3: receiving + */ + void (* load_supported_storages) (MMIfaceModemMessaging *self, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*load_supported_storages_finish) (MMIfaceModemMessaging *self, + GAsyncResult *res, + GArray **mem1, + GArray **mem2, + GArray **mem3, + GError **error); + /* Setup SMS format (async) */ void (* setup_sms_format) (MMIfaceModemMessaging *self, GAsyncReadyCallback callback, |