aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-messaging.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-09-10 16:23:37 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-09-14 07:05:23 +0200
commitc7e81d74708ca87d37d374cd8d2f67e9199a3c43 (patch)
tree79c9046e8dffa4e61759199eebc1e0ab9f8f6c1a /libmm-glib/mm-modem-messaging.h
parent67081f02c88bc907561f6d9a9bd0e74cf9797189 (diff)
libmm-glib: new `mm_modem_messaging_get_supported_storages()' method
Diffstat (limited to 'libmm-glib/mm-modem-messaging.h')
-rw-r--r--libmm-glib/mm-modem-messaging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem-messaging.h b/libmm-glib/mm-modem-messaging.h
index 7c3c4e53..6e8ad72e 100644
--- a/libmm-glib/mm-modem-messaging.h
+++ b/libmm-glib/mm-modem-messaging.h
@@ -39,6 +39,10 @@ typedef MmGdbusModemMessaging MMModemMessaging;
const gchar *mm_modem_messaging_get_path (MMModemMessaging *self);
gchar *mm_modem_messaging_dup_path (MMModemMessaging *self);
+void mm_modem_messaging_get_supported_storages (MMModemMessaging *self,
+ MMSmsStorage **storages,
+ guint *n_storages);
+
void mm_modem_messaging_create (MMModemMessaging *self,
MMSmsProperties *properties,
GCancellable *cancellable,