diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-09 13:54:42 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2019-07-11 23:21:00 +0200 |
commit | b9a3290871166a7044d9db2f701e36cccc20d13f (patch) | |
tree | b4fe5c0c022112ae0c3413aa053a5ded85bdcc58 /src/mm-iface-modem-time.h | |
parent | 63ccd363615a678c0cd86ce65e030b1a70df9bb5 (diff) |
iface-modem-time: allow updating network timezone via URCs
Diffstat (limited to 'src/mm-iface-modem-time.h')
-rw-r--r-- | src/mm-iface-modem-time.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mm-iface-modem-time.h b/src/mm-iface-modem-time.h index 7712e4cf..462d8b96 100644 --- a/src/mm-iface-modem-time.h +++ b/src/mm-iface-modem-time.h @@ -130,7 +130,9 @@ void mm_iface_modem_time_bind_simple_status (MMIfaceModemTime *self, /* Implementations of the unsolicited events handling should call this method * to notify about the updated time */ -void mm_iface_modem_time_update_network_time (MMIfaceModemTime *self, - const gchar *network_time); +void mm_iface_modem_time_update_network_time (MMIfaceModemTime *self, + const gchar *network_time); +void mm_iface_modem_time_update_network_timezone (MMIfaceModemTime *self, + MMNetworkTimezone *tz); #endif /* MM_IFACE_MODEM_TIME_H */ |