diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-03-23 06:49:37 +0100 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-03-23 06:49:37 +0100 |
| commit | 257e61b035c8fa80458f3aa44e068a3522b6686c (patch) | |
| tree | a0aaab9cd09cea6b02cdd500d1cd8469d25a346d /src/ffi.rs | |
| parent | ccfa3d4864ff043abf1800e5397251afad7693d5 (diff) | |
| download | mail-257e61b035c8fa80458f3aa44e068a3522b6686c.tar.gz | |
search threads
Diffstat (limited to 'src/ffi.rs')
| -rw-r--r-- | src/ffi.rs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -731,9 +731,9 @@ extern { /// to call it if the query is about to be destroyed). /// /// @since libnotmuch 4.2 (notmuch 0.20) - pub fn notmuch_query_search_threads( - query: *mut notmuch_query_t, - ) -> *mut notmuch_threads_t; + pub fn notmuch_query_search_threads(query: *mut notmuch_query_t, + out: *mut *mut notmuch_threads_t) + -> notmuch_status_t; /// Execute a query for messages, returning a `notmuch_messages_t` object /// which can be used to iterate over the results. The returned |
