aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorGravatar Ali Polatel <alip@exherbo.org>2011-01-10 16:03:31 +0200
committerGravatar Ali Polatel <alip@exherbo.org>2011-01-25 12:03:41 +0200
commit90a66779e1a6f8c98521925875fbb9a19aeaf68a (patch)
tree1873330dceb8057f2908c9cdea2fb3d5f8e4304a /bindings/ruby/defs.h
parent02369d031c1499e015db1736bd259d314d39b8cf (diff)
ruby: Add wrapper for message_get_filenames
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 1f529883..f00afeff 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -269,6 +269,9 @@ 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);
VALUE