aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-messaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-modem-messaging.h')
-rw-r--r--libmm-glib/mm-modem-messaging.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem-messaging.h b/libmm-glib/mm-modem-messaging.h
index aff565be..af615eca 100644
--- a/libmm-glib/mm-modem-messaging.h
+++ b/libmm-glib/mm-modem-messaging.h
@@ -116,6 +116,19 @@ gboolean mm_modem_messaging_delete_sync (MMModemMessaging *self,
GCancellable *cancellable,
GError **error);
+void mm_modem_messaging_set_default_storage (MMModemMessaging *self,
+ MMSmsStorage storage,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_modem_messaging_set_default_storage_finish (MMModemMessaging *self,
+ GAsyncResult *res,
+ GError **error);
+gboolean mm_modem_messaging_set_default_storage_sync (MMModemMessaging *self,
+ MMSmsStorage storage,
+ GCancellable *cancellable,
+ GError **error);
+
G_END_DECLS
#endif /* _MM_MODEM_MESSAGING_H_ */