X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=2faa146838c32e48214e50e3649a00c098442779;hb=5e438d95c4671844cf4fddbd16c5744f41cda85c;hp=d4a97cb819de3fcb168e9c56574975aa0dcaeff8;hpb=44cfa90bdc4d814217b05fdc36f1595c9b54d729;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index d4a97cb8..2faa1468 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -332,7 +332,9 @@ notmuch_database_status_string (const notmuch_database_t *notmuch); * functions on objects derived from this database may either behave * as if the database had not been closed (e.g., if the required data * has been cached) or may fail with a - * NOTMUCH_STATUS_XAPIAN_EXCEPTION. + * NOTMUCH_STATUS_XAPIAN_EXCEPTION. The only further operation + * permitted on the database itself is to call + * notmuch_database_destroy. * * notmuch_database_close can be called multiple times. Later calls * have no effect.