From 6a99e31de487af663089cc5b8e6e0071d33306c4 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Mon, 6 Jul 2020 17:27:11 +0200 Subject: [PATCH] document the new option (see #1677) to get the reliable time of a DAYMARKER --- deltachat-ffi/deltachat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 6a9e81d2f..0dd56b4da 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -977,6 +977,7 @@ dc_msg_t* dc_get_draft (dc_context_t* context, uint32_t ch * @param chat_id The chat ID of which the messages IDs should be queried. * @param flags If set to DC_GCM_ADDDAYMARKER, the marker DC_MSG_ID_DAYMARKER will * be added before each day (regarding the local timezone). Set this to 0 if you do not want this behaviour. + * To get the concrete time of the marker, use dc_array_get_timestamp(). * @param marker1before An optional message ID. If set, the id DC_MSG_ID_MARKER1 will be added just * before the given ID in the returned array. Set this to 0 if you do not want this behaviour. * @return Array of message IDs, must be dc_array_unref()'d when no longer used.