mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
docs: fix notmuch_message_properties_value documentation
It returns the value, not the key.
This commit is contained in:
parent
32065e7909
commit
4a2ce7b570
1 changed files with 1 additions and 1 deletions
|
@ -1811,7 +1811,7 @@ const char *
|
||||||
notmuch_message_properties_key (notmuch_message_properties_t *properties);
|
notmuch_message_properties_key (notmuch_message_properties_t *properties);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the key from the current (key,value) pair.
|
* Return the value from the current (key,value) pair.
|
||||||
*
|
*
|
||||||
* This could be useful if iterating for a prefix.
|
* This could be useful if iterating for a prefix.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue