diff options
Diffstat (limited to 'src/mm-iface-modem-time.h')
-rw-r--r-- | src/mm-iface-modem-time.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mm-iface-modem-time.h b/src/mm-iface-modem-time.h index 013d5ab9..b47732ef 100644 --- a/src/mm-iface-modem-time.h +++ b/src/mm-iface-modem-time.h @@ -39,7 +39,9 @@ struct _MMIfaceModemTime { GAsyncResult *res, GError **error); - /* Loading of the network timezone property */ + /* 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. */ void (* load_network_timezone) (MMIfaceModemTime *self, GAsyncReadyCallback callback, gpointer user_data); |