From 90a66779e1a6f8c98521925875fbb9a19aeaf68a Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Mon, 10 Jan 2011 16:03:31 +0200 Subject: ruby: Add wrapper for message_get_filenames --- bindings/ruby/defs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings/ruby/defs.h') diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 1f529883..f00afeff 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -268,6 +268,9 @@ notmuch_rb_message_get_replies(VALUE self); VALUE notmuch_rb_message_get_filename(VALUE self); +VALUE +notmuch_rb_message_get_filenames(VALUE self); + VALUE notmuch_rb_message_get_flag(VALUE self, VALUE flagv); -- cgit v1.2.3