diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-08 18:09:35 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-29 17:26:45 +0200 |
commit | 421d4237778d1ff4eaa0ec038020f7f277ef0b99 (patch) | |
tree | e38f1399388b43d4862a4e7e6129061974713ff3 /src/mm-iface-modem-cdma.h | |
parent | 7af1edbd111744029829b68569e2501d7a23db0c (diff) |
iface-modem-cdma: minor fix in interface API names
Diffstat (limited to 'src/mm-iface-modem-cdma.h')
-rw-r--r-- | src/mm-iface-modem-cdma.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mm-iface-modem-cdma.h b/src/mm-iface-modem-cdma.h index 3734c1e7..8164056c 100644 --- a/src/mm-iface-modem-cdma.h +++ b/src/mm-iface-modem-cdma.h @@ -229,12 +229,12 @@ void mm_iface_modem_cdma_update_evdo_registration_state (MMIfaceModemCdma *self, MMModemCdmaRegistrationState state); /* Run all registration checks */ -void mm_iface_modem_cdma_run_all_registration_checks (MMIfaceModemCdma *self, - GAsyncReadyCallback callback, - gpointer user_data); -gboolean mm_iface_modem_cdma_run_all_registration_checks_finish (MMIfaceModemCdma *self, - GAsyncResult *res, - GError **error); +void mm_iface_modem_cdma_run_registration_checks (MMIfaceModemCdma *self, + GAsyncReadyCallback callback, + gpointer user_data); +gboolean mm_iface_modem_cdma_run_registration_checks_finish (MMIfaceModemCdma *self, + GAsyncResult *res, + GError **error); /* Register in network */ void mm_iface_modem_cdma_register_in_network (MMIfaceModemCdma *self, |