From e77651f2f5acefd5d4628ac8cae12ce67164d39e Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 28 Jun 2021 14:15:50 +0200 Subject: [PATCH] clarify docs --- deltachat-ffi/deltachat.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index a6828b129..885fbf993 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -467,7 +467,8 @@ char* dc_get_oauth2_url (dc_context_t* context, const char* /** * Configure a context. - * During configuration IO must not be started, if needed stop IO using dc_stop_io() first. + * During configuration IO must not be started, + * if needed stop IO using dc_accounts_stop_io() or dc_stop_io() first. * If the context is already configured, * this function will try to change the configuration. * @@ -1878,7 +1879,8 @@ dc_contact_t* dc_get_contact (dc_context_t* context, uint32_t co /** * Import/export things. - * During backup import/export IO must not be started, if needed stop IO using dc_stop_io() first. + * During backup import/export IO must not be started, + * if needed stop IO using dc_accounts_stop_io() or dc_stop_io() first. * What to do is defined by the _what_ parameter which may be one of the following: * * - **DC_IMEX_EXPORT_BACKUP** (11) - Export a backup to the directory given as `param1`.