]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: fix return value for n_directory_delete
[notmuch] / lib / notmuch.h
index aaf92470fb67154313182ca76843f9fcfb6afba9..9a2a3b1f242420802bc8cbb9d31a372df5594b4d 100644 (file)
@@ -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);