mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 03:50:08 +02:00
comment
This commit is contained in:
parent
f6c3c8e72d
commit
e9682ddfee
1 changed files with 7 additions and 2 deletions
|
@ -834,8 +834,13 @@ cleanup:
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns all message IDs of the given types in a chat. Typically used to show
|
* Returns all message IDs of the given types in a chat.
|
||||||
* a gallery. The result must be dc_array_unref()'d
|
* Typically used to show a gallery.
|
||||||
|
* The result must be dc_array_unref()'d
|
||||||
|
*
|
||||||
|
* The list is already sorted and starts with the oldest message.
|
||||||
|
* Clients should not try to re-sort the list as this would be an expensive action
|
||||||
|
* and would result in inconsistencies between clients.
|
||||||
*
|
*
|
||||||
* @memberof dc_context_t
|
* @memberof dc_context_t
|
||||||
* @param context The context object as returned from dc_context_new().
|
* @param context The context object as returned from dc_context_new().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue