aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2012-05-07 18:02:44 +0300
committerGravatar David Bremner <bremner@debian.org>2012-05-08 10:32:56 -0300
commit92680f12ebd276952ae51ff271526f4dd995a18a (patch)
treeaf05bafee764d563adc0c8f4c34be7795b8cbc54 /bindings/ruby/defs.h
parentd0000daab3f2b04b6b39210dd219de26fa2c8c13 (diff)
ruby: Add wrapper for notmuch_query_add_tag_exclude
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index 25222a6c..a41cf10e 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -217,6 +217,9 @@ VALUE
notmuch_rb_query_get_string (VALUE self);
VALUE
+notmuch_rb_query_add_tag_exclude (VALUE self, VALUE tagv);
+
+VALUE
notmuch_rb_query_search_threads (VALUE self);
VALUE