aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-10-09 17:59:06 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-03-22 08:12:59 +0100
commit5cc98341ad5fbafd3d8f83c65767f604b0e5a5e4 (patch)
treee5eec079c857b8b11ecaf2b5bb57a56a5dcc22af /src/mm-iface-modem-cdma.h
parent240dc12fd268b2fed4c14e303779d779d9c39490 (diff)
iface-modem-cdma: load initial activation state during init
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 6806f6b4..e6a6cddd 100644
--- a/src/mm-iface-modem-cdma.h
+++ b/src/mm-iface-modem-cdma.h
@@ -68,6 +68,14 @@ struct _MMIfaceModemCdma {
GAsyncResult *res,
GError **error);
+ /* Loading of the initial activation state */
+ void (* load_activation_state) (MMIfaceModemCdma *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ MMModemCdmaActivationState (* load_activation_state_finish) (MMIfaceModemCdma *self,
+ GAsyncResult *res,
+ GError **error);
+
/* Asynchronous setting up unsolicited events */
void (* setup_unsolicited_events) (MMIfaceModemCdma *self,
GAsyncReadyCallback callback,