aboutsummaryrefslogtreecommitdiff
path: root/src/mm-iface-modem.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-02-26 12:59:05 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-02-28 16:35:18 +0100
commit73dad3d899316352ab4f058f526069a8724b2b13 (patch)
tree478a37dbc98eafb492f5a68a9b19ebd4159fed52 /src/mm-iface-modem.h
parent82340cd5f7e1c464eda820632b07cf55e78cc90f (diff)
iface-modem: allow requesting the refresh of the access tech
For periodic updates, we may want to request an explicit re-check at some point, instead of waiting for the next scheduled update.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r--src/mm-iface-modem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h
index 265b965b..5ff26d97 100644
--- a/src/mm-iface-modem.h
+++ b/src/mm-iface-modem.h
@@ -435,6 +435,9 @@ void mm_iface_modem_update_access_technologies (MMIfaceModem *self,
MMModemAccessTechnology access_tech,
guint32 mask);
+/* Allow requesting to refresh access tech */
+void mm_iface_modem_refresh_access_technologies (MMIfaceModem *self);
+
/* Allow updating signal quality */
void mm_iface_modem_update_signal_quality (MMIfaceModem *self,
guint signal_quality);