mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
news: Update for changes to notmuch_database_get_directory
This commit is contained in:
parent
bc4000a952
commit
7a88e60868
1 changed files with 5 additions and 5 deletions
10
NEWS
10
NEWS
|
@ -91,12 +91,12 @@ notmuch_database_close and notmuch_database_destroy
|
|||
database and thus release the lock associated with it without
|
||||
destroying the data structures obtained from it.
|
||||
|
||||
notmuch_database_open and notmuch_database_create now return errors
|
||||
notmuch_database_open, notmuch_database_create, and
|
||||
notmuch_database_get_directory now return errors
|
||||
|
||||
The type signatures of notmuch_database_open and
|
||||
notmuch_database_create have changed so that the functions now
|
||||
return a notmuch_status_t and take an out-argument for returning the
|
||||
new database object.
|
||||
The type signatures of these functions have changed so that the
|
||||
functions now return a notmuch_status_t and take an out-argument for
|
||||
returning the new database object or directory object.
|
||||
|
||||
go bindings changes
|
||||
-------------------
|
||||
|
|
Loading…
Reference in a new issue