aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem-cdma.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-11 16:24:29 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:49 +0100
commita0255273f0195c234062f326dfdc46c45d3116eb (patch)
tree1b054e64b3a8f364ffade0012c1bcea1321e23f5 /src/mm-iface-modem-cdma.h
parentcc4e469b1a91a5c1f247706acddebd406db46702 (diff)
iface-modem-cdma: let caller decide the maximum registration timeout
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r--src/mm-iface-modem-cdma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h
index 00289c55..d8ffeafc 100644
--- a/src/mm-iface-modem-cdma.h
+++ b/src/mm-iface-modem-cdma.h
@@ -142,6 +142,7 @@ struct _MMIfaceModemCdma {
/* Try to register in the CDMA network */
void (* register_in_network) (MMIfaceModemCdma *self,
+ guint max_registration_time,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean (*register_in_network_finish) (MMIfaceModemCdma *self,
@@ -224,6 +225,7 @@ gboolean mm_iface_modem_cdma_run_all_registration_checks_finish (MMIfaceModemCdm
/* Register in network */
void mm_iface_modem_cdma_register_in_network (MMIfaceModemCdma *self,
+ guint max_registration_time,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean mm_iface_modem_cdma_register_in_network_finish (MMIfaceModemCdma *self,