]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - bindings/ruby/defs.h
ruby: Wrap notmuch_database_{begin,end}_atomic
[obsolete/notmuch-old] / bindings / ruby / defs.h
index db53096850e471cfe33cf7815f93cb069aa0897d..a03031699b51cb31779dcd3aecae0b2e516fc668 100644 (file)
@@ -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);
 
@@ -292,6 +301,12 @@ notmuch_rb_message_remove_tag(VALUE self, VALUE tagv);
 VALUE
 notmuch_rb_message_remove_all_tags(VALUE self);
 
+VALUE
+notmuch_rb_message_maildir_flags_to_tags(VALUE self);
+
+VALUE
+notmuch_rb_message_tags_to_maildir_flags(VALUE self);
+
 VALUE
 notmuch_rb_message_freeze(VALUE self);