aboutsummaryrefslogtreecommitdiff
path: root/plugins/icera/mm-iface-icera.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/icera/mm-iface-icera.h')
-rw-r--r--plugins/icera/mm-iface-icera.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/icera/mm-iface-icera.h b/plugins/icera/mm-iface-icera.h
index e781c28f..3ba32d37 100644
--- a/plugins/icera/mm-iface-icera.h
+++ b/plugins/icera/mm-iface-icera.h
@@ -19,6 +19,7 @@
#include "mm-iface-modem.h"
#include "mm-iface-modem-3gpp.h"
+#include "mm-iface-modem-time.h"
#include "mm-broadband-modem.h"
#define MM_TYPE_IFACE_ICERA (mm_iface_icera_get_type ())
@@ -99,4 +100,14 @@ gboolean mm_iface_icera_modem_3gpp_disable_unsolicited_events_finish (MMIfaceMod
GAsyncResult *res,
GError **error);
+/*****************************************************************************/
+/* Modem Time interface specific implementations */
+
+void mm_iface_icera_modem_time_load_network_timezone (MMIfaceModemTime *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+MMNetworkTimezone *mm_iface_icera_modem_time_load_network_timezone_finish (MMIfaceModemTime *self,
+ GAsyncResult *res,
+ GError **error);
+
#endif /* MM_IFACE_ICERA_H */