From 25bff21eddd811460bf09f3a815e37f7f631b794 Mon Sep 17 00:00:00 2001 From: bjoern Date: Mon, 29 Aug 2022 16:26:38 +0200 Subject: [PATCH] fix doc, dc_accounts_get_next_event() is gone (#3565) --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 5c73c9e6a..980d26517 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2838,7 +2838,7 @@ void dc_accounts_maybe_network_lost (dc_accounts_t* accounts); * * The library will emit various @ref DC_EVENT events as "new message", "message read" etc. * To get these events, you have to create an event emitter using this function - * and call dc_accounts_get_next_event() on the emitter. + * and call dc_get_next_event() on the emitter. * * This is similar to dc_get_event_emitter(), which, however, * must not be called for accounts handled by the account manager.