mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
lib: Explicitly state when replies will be destroyed
Without an explicit guarantee, it's not clear how to use the reference.
This commit is contained in:
parent
e52535029b
commit
45639881b5
1 changed files with 2 additions and 0 deletions
|
@ -1400,6 +1400,8 @@ notmuch_message_get_thread_id (notmuch_message_t *message);
|
|||
* If there are no replies to 'message', this function will return
|
||||
* NULL. (Note that notmuch_messages_valid will accept that NULL
|
||||
* value as legitimate, and simply return FALSE for it.)
|
||||
*
|
||||
* The returned list will be destroyed when the thread is destroyed.
|
||||
*/
|
||||
notmuch_messages_t *
|
||||
notmuch_message_get_replies (notmuch_message_t *message);
|
||||
|
|
Loading…
Reference in a new issue