diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-10 18:26:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-14 07:05:23 +0200 |
commit | fdb9db8d2858c7c53cad0666c539faefd990f6f7 (patch) | |
tree | 3e72f967c9fc2920769158033ffe098c5dfa8a15 /libmm-glib/mm-modem-messaging.h | |
parent | 4f7534452dc9eb96c5119052707987c41c7c091d (diff) |
libmm-glib: new `mm_modem_messaging_get_default_storage()' method
Diffstat (limited to 'libmm-glib/mm-modem-messaging.h')
-rw-r--r-- | libmm-glib/mm-modem-messaging.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libmm-glib/mm-modem-messaging.h b/libmm-glib/mm-modem-messaging.h index 6e8ad72e..866b27c2 100644 --- a/libmm-glib/mm-modem-messaging.h +++ b/libmm-glib/mm-modem-messaging.h @@ -39,9 +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_get_supported_storages (MMModemMessaging *self, + MMSmsStorage **storages, + guint *n_storages); +MMSmsStorage mm_modem_messaging_get_default_storage (MMModemMessaging *self); void mm_modem_messaging_create (MMModemMessaging *self, MMSmsProperties *properties, |