X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=5c5a024e41defb04968357f1a0a999c6ae7faf45;hb=8f0b84789d4fda0182e073b68b73160c9b94a4b7;hp=316385b84b435bdf696b95b7a046ca174c17ca1c;hpb=2ba50b52302dce08068843e0029f9ee935a0d7f3;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 316385b8..5c5a024e 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -460,6 +460,9 @@ notmuch_database_open_with_config (const char *database_path, * * For description of arguments, @see notmuch_database_open_with_config * + * For errors other then NO_DATABASE and NO_CONFIG, *database is set to + * NULL. + * * @retval NOTMUCH_STATUS_SUCCESS: Successfully loaded configuration. * * @retval NOTMUCH_STATUS_NO_CONFIG: No config file was loaded. Not fatal.