]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: catch exceptions in n_m_get_filenames
[notmuch] / lib / notmuch.h
index 5c17ec7cbb3329e229021f04722c3c7c3cbba65e..e544aafd60b6b28e6dacee5671b3a87c7d31f830 100644 (file)
@@ -1448,6 +1448,8 @@ notmuch_message_get_filename (notmuch_message_t *message);
  *
  * Each filename in the iterator is an absolute filename, (the initial
  * component will match notmuch_database_get_path() ).
+ *
+ * This function returns NULL if it triggers a Xapian exception.
  */
 notmuch_filenames_t *
 notmuch_message_get_filenames (notmuch_message_t *message);