X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=167250e4a6498e64192fa0cd6ab1ebae8c52fa34;hb=7e6e23c36e290d4b22b0449766a6ef2107f1ef6c;hp=fe81b3f96de5c86b1f4e28fdab3ed1f47d44236a;hpb=d796dad4edce71c1cfb245ffd2c438f26c84f804;p=notmuch diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index fe81b3f9..167250e4 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -177,6 +177,9 @@ notmuch_rb_database_find_message (VALUE self, VALUE idv); VALUE notmuch_rb_database_find_message_by_filename (VALUE self, VALUE pathv); +VALUE +notmuch_rb_database_get_all_tags (VALUE self); + VALUE notmuch_rb_database_query_create (VALUE self, VALUE qstrv); @@ -231,6 +234,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); @@ -261,6 +267,9 @@ notmuch_rb_thread_get_total_messages (VALUE self); VALUE notmuch_rb_thread_get_toplevel_messages (VALUE self); +VALUE +notmuch_rb_thread_get_messages (VALUE self); + VALUE notmuch_rb_thread_get_matched_messages (VALUE self);