]> git.notmuchmail.org Git - notmuch/commit
ruby: Wrap notmuch_database_{begin,end}_atomic
authorAli Polatel <alip@exherbo.org>
Sat, 24 Sep 2011 12:43:43 +0000 (15:43 +0300)
committerAli Polatel <alip@exherbo.org>
Sat, 24 Sep 2011 12:43:43 +0000 (15:43 +0300)
commitbbb41081d797c3301e4d202e30c4111207fe7693
tree6d88945dbc9c1ecc5746200fbdfb872d01a9e1bb
parenta08aa32b44b28f50f00cbd69e1a39023158f1847
ruby: Wrap notmuch_database_{begin,end}_atomic

Adding ruby wrappers for functions:
- notmuch_database_begin_atomic()
- notmuch_database_end_atomic()
added by 957f1ba3fc1d737887029ff1787fc6bea94de00b

New functions:
Notmuch::Database.begin_atomic()
Notmuch::Database.end_atomic()
bindings/ruby/database.c
bindings/ruby/defs.h
bindings/ruby/init.c