diff options
author | Thomas Tuttle <ttuttle@chromium.org> | 2012-01-27 13:24:13 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2012-01-27 15:14:24 -0600 |
commit | 0e246fb61db27e423539f400df4774c269929a7d (patch) | |
tree | 132ee785569f85b8f0cb588401baee6fbb9e2619 /src/mm-modem-base.h | |
parent | 8121b8e31922e89e5429b8ffa8c388d84f65c1f0 (diff) |
time: poll for timezone
Signed-off-by: Thomas Tuttle <ttuttle@chromium.org>
Diffstat (limited to 'src/mm-modem-base.h')
-rw-r--r-- | src/mm-modem-base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mm-modem-base.h b/src/mm-modem-base.h index a7b8afe2..a386bd76 100644 --- a/src/mm-modem-base.h +++ b/src/mm-modem-base.h @@ -81,6 +81,9 @@ void mm_modem_base_set_network_timezone (MMModemBase *self, gint *dst_offset, gint *leap_seconds); +void mm_modem_base_set_network_timezone_polling (MMModemBase *self, + gboolean should_poll); + const char *mm_modem_base_get_manf (MMModemBase *self); void mm_modem_base_set_manf (MMModemBase *self, const char *manf); |