]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: make notmuch_threads_valid return FALSE when passed NULL
[notmuch] / lib / notmuch.h
index 02604c5645c3c881ec490c6ed82a9a02601873d7..68896ae75afeeaa27347a284540160833bcd59ad 100644 (file)
@@ -802,6 +802,8 @@ notmuch_query_destroy (notmuch_query_t *query);
  * valid object. Whereas when this function returns FALSE,
  * notmuch_threads_get will return NULL.
  *
+ * If passed a NULL pointer, this function returns FALSE
+ *
  * See the documentation of notmuch_query_search_threads for example
  * code showing how to iterate over a notmuch_threads_t object.
  */