From 423c0dc808e6c9f3279f85e5cb63f1f1cde59062 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 19 Sep 2020 18:52:13 +0200 Subject: [PATCH] fix doc for DC_EVENT_CONTACTS_CHANGED --- 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 511d70b57..23e597e35 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -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