diff options
Diffstat (limited to 'src/mm-iface-modem-time.h')
-rw-r--r-- | src/mm-iface-modem-time.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mm-iface-modem-time.h b/src/mm-iface-modem-time.h index ca0640d6..a3ac7074 100644 --- a/src/mm-iface-modem-time.h +++ b/src/mm-iface-modem-time.h @@ -125,6 +125,18 @@ gboolean mm_iface_modem_time_disable_finish (MMIfaceModemTime *self, /* Shutdown Time interface */ void mm_iface_modem_time_shutdown (MMIfaceModemTime *self); +#if defined WITH_SYSTEMD_SUSPEND_RESUME + +/* Sync Time interface (async) */ +void mm_iface_modem_time_sync (MMIfaceModemTime *self, + GAsyncReadyCallback callback, + gpointer user_data); +gboolean mm_iface_modem_time_sync_finish (MMIfaceModemTime *self, + GAsyncResult *res, + GError **error); + +#endif + /* Bind properties for simple GetStatus() */ void mm_iface_modem_time_bind_simple_status (MMIfaceModemTime *self, MMSimpleStatus *status); |