diff options
Diffstat (limited to 'src/mm-iface-modem-messaging.h')
-rw-r--r-- | src/mm-iface-modem-messaging.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.h b/src/mm-iface-modem-messaging.h index c27e100c..57fa4521 100644 --- a/src/mm-iface-modem-messaging.h +++ b/src/mm-iface-modem-messaging.h @@ -62,6 +62,13 @@ struct _MMIfaceModemMessaging { GArray **mem2, GArray **mem3, GError **error); + /* Initializes the state of the storages */ + void (* init_current_storages) (MMIfaceModemMessaging *self, + GAsyncReadyCallback callback, + gpointer user_data); + gboolean (*init_current_storages_finish) (MMIfaceModemMessaging *self, + GAsyncResult *res, + GError **error); /* Set default storage (async) */ void (* set_default_storage) (MMIfaceModemMessaging *self, |