mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc/lib: clarify ownership for notmuch_database_get_revision
The ownership is implicit in the const declaration (I think!), but that does not show up in the doxygen generated API docs.
This commit is contained in:
parent
808fd6f258
commit
a62b8a95c0
1 changed files with 2 additions and 1 deletions
|
@ -722,7 +722,8 @@ notmuch_database_end_atomic (notmuch_database_t *notmuch);
|
|||
*
|
||||
* The UUID is a NUL-terminated opaque string that uniquely identifies
|
||||
* this database. Two revision numbers are only comparable if they
|
||||
* have the same database UUID.
|
||||
* have the same database UUID. The string 'uuid' is owned by notmuch
|
||||
* and should not be freed or modified by the user.
|
||||
*/
|
||||
unsigned long
|
||||
notmuch_database_get_revision (notmuch_database_t *notmuch,
|
||||
|
|
Loading…
Reference in a new issue