diff options
| author | Wael M. Nasreddine <wael.nasreddine@gmail.com> | 2014-05-10 14:40:11 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-05-18 06:39:58 +0900 |
| commit | 0629afeb2668ce2f60e8efe65cdab868a1e1b257 (patch) | |
| tree | 39c75c983cc81bd8f0694d6d4ea34fa596fc1c6e /bindings/ruby/defs.h | |
| parent | c67587f003db32a60aca93fc12f7e82204ee55f6 (diff) | |
ruby: Add wrapper for notmuch_query_count_threads
Diffstat (limited to 'bindings/ruby/defs.h')
| -rw-r--r-- | bindings/ruby/defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 5b44585a..f4901a04 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -231,6 +231,9 @@ notmuch_rb_query_search_messages (VALUE self); VALUE notmuch_rb_query_count_messages (VALUE self); +VALUE +notmuch_rb_query_count_threads (VALUE self); + /* threads.c */ VALUE notmuch_rb_threads_destroy (VALUE self); |
