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() */