diff options
author | Austin Clements <amdragon@MIT.EDU> | 2012-05-13 19:36:13 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-05-15 08:59:22 -0300 |
commit | 7a88e60868bdeae44c7a33818d14f1d5abf480ce (patch) | |
tree | d4f08bfa95393995a9af290d6956040e39ee6edc /NEWS | |
parent | bc4000a95289da7f4928ea448382c69781f2653c (diff) |
news: Update for changes to notmuch_database_get_directory
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 ------------------- |