diff options
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 8 |
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, |