fix doc, dc_accounts_get_next_event() is gone (#3565)

This commit is contained in:
bjoern
2022-08-29 16:26:38 +02:00
committed by GitHub
parent b2b22c8b85
commit 25bff21edd

View File

@@ -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. * 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 * 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, * This is similar to dc_get_event_emitter(), which, however,
* must not be called for accounts handled by the account manager. * must not be called for accounts handled by the account manager.