From 7d04ea58c375d359c459f6796f6457fde5316d2f Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 5 Jan 2022 15:08:53 +0100 Subject: [PATCH] tweak ffi-doc a little --- deltachat-ffi/deltachat.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 0736b2415..1e356f095 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1013,7 +1013,7 @@ int dc_send_webxdc_status_update (dc_context_t* context, uint32_t msg_id, const /** - * Get status updates. + * Get webxdc status updates. * The status updates may be sent by yourself or by other members using dc_send_webxdc_status_update(). * In both cases, you will be informed by #DC_EVENT_WEBXDC_STATUS_UPDATE * whenever there is a new update. @@ -4869,8 +4869,7 @@ int64_t dc_lot_get_timestamp (const dc_lot_t* lot); /** - * webxdc-Message. - * Message with HTML5, CSS and related content. + * The message is a webxdc instance. * * To send data to a webxdc instance, use dc_send_webxdc_status_update() */