X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdefs.h;h=a03031699b51cb31779dcd3aecae0b2e516fc668;hp=1f5298838ac73df389d11043d9aac16249caf6ba;hb=bbb41081d797c3301e4d202e30c4111207fe7693;hpb=02369d031c1499e015db1736bd259d314d39b8cf diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 1f529883..a0303169 100644 --- a/bindings/ruby/defs.h +++ b/bindings/ruby/defs.h @@ -150,6 +150,12 @@ notmuch_rb_database_needs_upgrade(VALUE self); VALUE notmuch_rb_database_upgrade(VALUE self); +VALUE +notmuch_rb_database_begin_atomic(VALUE self); + +VALUE +notmuch_rb_database_end_atomic(VALUE self); + VALUE notmuch_rb_database_get_directory(VALUE self, VALUE pathv); @@ -268,6 +274,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);