mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
rename cffi function
This commit is contained in:
@@ -3155,7 +3155,7 @@ void dc_accounts_maybe_network_lost (dc_accounts_t* accounts);
|
||||
* Perform a background fetch for all accounts in parallel with a timeout.
|
||||
* Pauses the scheduler, fetches messages from imap and then resumes the scheduler.
|
||||
*
|
||||
* dc_accounts_background_fetch_with_timeout() was created for the iOS Background fetch.
|
||||
* dc_accounts_background_fetch() was created for the iOS Background fetch.
|
||||
*
|
||||
* @memberof dc_accounts_t
|
||||
* @param timeout The timeout in seconds
|
||||
@@ -3163,7 +3163,7 @@ void dc_accounts_maybe_network_lost (dc_accounts_t* accounts);
|
||||
* But note that this only indicates that the fetch of all accounts was done before the timeout.
|
||||
* To know whether it worked you need to look for the events.
|
||||
*/
|
||||
int dc_accounts_background_fetch_with_timeout (dc_accounts_t* accounts, uint64_t timeout);
|
||||
int dc_accounts_background_fetch (dc_accounts_t* accounts, uint64_t timeout);
|
||||
|
||||
/**
|
||||
* Create the event emitter that is used to receive events.
|
||||
|
||||
Reference in New Issue
Block a user