fix doc for DC_EVENT_CONTACTS_CHANGED

This commit is contained in:
B. Petersen
2020-09-19 18:52:13 +02:00
committed by link2xt
parent 97b1a1c392
commit 423c0dc808

View File

@@ -4647,7 +4647,7 @@ void dc_event_unref(dc_event_t* event);
/**
* Contact(s) created, renamed, verified, blocked or deleted.
*
* @param data1 (int) If not 0, this is the contact_id of an added contact that should be selected.
* @param data1 (int) contact_id of the changed contact or 0 on batch-changes or deletion.
* @param data2 0
*/
#define DC_EVENT_CONTACTS_CHANGED 2030