X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=9a2a3b1f242420802bc8cbb9d31a372df5594b4d;hb=f4f5db0f1a6e89f56bfd73f8517c1cac7af20290;hp=f9e9cc413bcbe3daddde0431cbc07dc6f590a149;hpb=f25fc8e2115fc0fa6fa2a6d1cf3ed2747e163886;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index f9e9cc41..9a2a3b1f 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2148,6 +2148,8 @@ notmuch_directory_get_mtime (notmuch_directory_t *directory); * * The returned filenames will be the basename-entries only (not * complete paths). + * + * Returns NULL if it triggers a Xapian exception */ notmuch_filenames_t * notmuch_directory_get_child_files (notmuch_directory_t *directory); @@ -2158,6 +2160,8 @@ notmuch_directory_get_child_files (notmuch_directory_t *directory); * * The returned filenames will be the basename-entries only (not * complete paths). + * + * Returns NULL if it triggers a Xapian exception */ notmuch_filenames_t * notmuch_directory_get_child_directories (notmuch_directory_t *directory); @@ -2320,6 +2324,7 @@ notmuch_config_list_destroy (notmuch_config_list_t *config_list); * added to the index. At the moment it is a featureless stub. * * @since libnotmuch 5.1 (notmuch 0.26) + * @retval NULL in case of error */ notmuch_indexopts_t * notmuch_database_get_default_indexopts (notmuch_database_t *db);