aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -190,9 +190,15 @@ 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);
VALUE