summaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-messaging.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-01 09:58:32 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:59 +0100
commit21b1de678d3c457716fd4caffe1b179cb3212a2f (patch)
treee043e047657628bb46d366b6d91854fcd1dd0028 /src/mm-iface-modem-messaging.h
parent14fa4aae1d8c5e07c2eb0e6546e036e868de6b9b (diff)
downloadModemManager-21b1de678d3c457716fd4caffe1b179cb3212a2f.tar.gz
iface-modem-messaging: allow configuring preferred SMS format
Diffstat (limited to 'src/mm-iface-modem-messaging.h')
-rw-r--r--src/mm-iface-modem-messaging.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.h b/src/mm-iface-modem-messaging.h
index 5a06ec904..09a758306 100644
--- a/src/mm-iface-modem-messaging.h
+++ b/src/mm-iface-modem-messaging.h
@@ -41,6 +41,14 @@ struct _MMIfaceModemMessaging {
gboolean (*check_support_finish) (MMIfaceModemMessaging *self,
GAsyncResult *res,
GError **error);
+
+ /* Setup SMS format (async) */
+ void (* setup_sms_format) (MMIfaceModemMessaging *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gboolean (*setup_sms_format_finish) (MMIfaceModemMessaging *self,
+ GAsyncResult *res,
+ GError **error);
};
GType mm_iface_modem_messaging_get_type (void);