diff options
Diffstat (limited to 'src/mm-iface-modem-time.h')
-rw-r--r-- | src/mm-iface-modem-time.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-time.h b/src/mm-iface-modem-time.h index b47732ef..5e312ef7 100644 --- a/src/mm-iface-modem-time.h +++ b/src/mm-iface-modem-time.h @@ -39,6 +39,14 @@ struct _MMIfaceModemTime { GAsyncResult *res, GError **error); + /* Get current network time */ + void (* load_network_time) (MMIfaceModemTime *self, + GAsyncReadyCallback callback, + gpointer user_data); + gchar * (* load_network_time_finish) (MMIfaceModemTime *self, + GAsyncResult *res, + GError **error); + /* Loading of the network timezone property. This method may return * MM_CORE_ERROR_RETRY if the timezone cannot yet be loaded, so that * the interface retries later. */ |