From da88d8f17f5c9c45b7a6e21fd8551131b88ae448 Mon Sep 17 00:00:00 2001 From: bjoern Date: Sat, 18 Apr 2020 13:17:33 +0200 Subject: [PATCH] Update deltachat-ffi/deltachat.h Co-Authored-By: holger krekel --- 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 d42b4bc48..85580d388 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1795,7 +1795,7 @@ int dc_may_be_valid_addr (const char* addr); * @param context The context object as created by dc_context_new(). * @param addr The e-mail-address to check. * @return Contact ID of the contact belonging to the e-mail-address - * or 0 if there is no such contact. + * or 0 if there is no contact that is or was introduced by an accepted contact. */ uint32_t dc_lookup_contact_id_by_addr (dc_context_t* context, const char* addr);