X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=db53096850e471cfe33cf7815f93cb069aa0897d;hp=b1be5a30865f3c5e42de40d0c8d014168dfa6012;hb=ed38940323ba80d0136688405cbd923fa088d706;hpb=3863e88e965f37e316de90978071c985fb4e5701 diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index b1be5a30..db530968 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -189,9 +189,15 @@ notmuch_rb_filenames_each(VALUE self); VALUE notmuch_rb_query_destroy(VALUE self); +VALUE +notmuch_rb_query_get_sort(VALUE self); + VALUE notmuch_rb_query_set_sort(VALUE self, VALUE sortv); +VALUE +notmuch_rb_query_get_string(VALUE self); + VALUE notmuch_rb_query_search_threads(VALUE self);