From c8a88fe95ddbb250190f8728e928ab408c478d13 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Tue, 4 Oct 2011 16:48:34 +0300 Subject: ruby: Really add wrappers for database_find_message* Commit 898613116db746aa0f915ae43da8aba28545203d only added wrapper functions but did not register them. Register the functions in module's initialization function. --- bindings/ruby/defs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bindings/ruby/defs.h') diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 44f6e321..308a2073 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -166,6 +166,12 @@ notmuch_rb_database_add_message (VALUE self, VALUE pathv); VALUE notmuch_rb_database_remove_message (VALUE self, VALUE pathv); +VALUE +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_query_create (VALUE self, VALUE qstrv); -- cgit v1.2.3