mirror of
https://github.com/chatmail/core.git
synced 2026-05-25 01:36:31 +03:00
Emit events from account manager
Errors and warnings are emitted with a special 0 account ID.
This commit is contained in:
@@ -4993,7 +4993,7 @@ char* dc_event_get_data2_str(dc_event_t* event);
|
||||
*
|
||||
* @memberof dc_event_t
|
||||
* @param event Event object as returned from dc_accounts_get_next_event().
|
||||
* @return account-id belonging to the event or 0 for errors.
|
||||
* @return account-id belonging to the event, 0 for account manager errors.
|
||||
*/
|
||||
uint32_t dc_event_get_account_id(dc_event_t* event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user