From afd7f90791fe0129f05e50f6466104eff1bf34ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:13:27 +0100 Subject: [PATCH] Update deltachat-ffi/deltachat.h Co-authored-by: bjoern --- deltachat-ffi/deltachat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index ff8194db9..ba60ee99d 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1084,7 +1084,8 @@ char* dc_get_webxdc_status_updates (dc_context_t* context, uint32_t msg_id, uint /** - * Return wether webxdc with `msg_id` is updating + * Checks if a webxdc has pending updates to be sent out. + * @param context The context object. * @param msg_id The ID of the message with the webxdc instance. * @return 1=contact ID is member of chat ID, 0=contact is not in chat