aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-04 10:45:33 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:44 +0100
commit0c6b505a6bd485d9bf65c105ed6bd7b35c930040 (patch)
tree09ca45b8b2fbebbff28db92175b11be0ecaa1273 /src/mm-iface-modem-cdma.h
parent08a950ffb644574d4bf2a8b214728cdeab0a1a27 (diff)
iface-modem-cdma: load ESN during initialization
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r--src/mm-iface-modem-cdma.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h
index 1ed1c7e7..dc47fb09 100644
--- a/src/mm-iface-modem-cdma.h
+++ b/src/mm-iface-modem-cdma.h
@@ -43,6 +43,14 @@ struct _MMIfaceModemCdma {
GAsyncResult *res,
GError **error);
+ /* Loading of the ESN property */
+ void (*load_esn) (MMIfaceModemCdma *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gchar * (*load_esn_finish) (MMIfaceModemCdma *self,
+ GAsyncResult *res,
+ GError **error);
+
/* OTA activation */
void (* activate) (MMIfaceModemCdma *self,
const gchar *carrier,