aboutsummaryrefslogtreecommitdiff
path: root/plugins/icera/mm-iface-icera.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-19 15:38:52 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:07:25 +0200
commita105ffa7b73b2e1f27b759e8c67dfec9a19c9b04 (patch)
tree88786b0460874f41d1e14897a6648e0e51054a50 /plugins/icera/mm-iface-icera.h
parent051b79cba3ad014a872ea4d1c96208173bcc9855 (diff)
icera: implement timezone loading
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 */