]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/defs.h
ruby: add bindings for `notmuch_database_get_all_tags`
[notmuch] / bindings / ruby / defs.h
index f4901a047923e3340e373b4bff8ded8335996323..167250e4a6498e64192fa0cd6ab1ebae8c52fa34 100644 (file)
@@ -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);