Update deltachat-ffi/deltachat.h

Co-Authored-By: holger krekel  <holger@merlinux.eu>
This commit is contained in:
bjoern
2020-04-18 13:17:33 +02:00
committed by GitHub
parent dbd3705441
commit da88d8f17f

View File

@@ -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);