aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2021-07-06 22:45:32 -0500
committerDavid Bremner <david@tethera.net>2021-08-02 13:49:29 -0300
commit7415b53fa568a3156ae3e3a47544a4784e024653 (patch)
treed0531ec3d465efb2a3c625fa794e498ad4ef4dc3 /bindings/ruby/defs.h
parente8fa42a97a2e98fecb5cabdbeac6c7ad0b936b7d (diff)
ruby: split database close and destroy
Mirrors the C API: 7864350c (Split notmuch_database_close into two functions, 2012-04-25). Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
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 0f39f2d0..a33ef0da 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -161,6 +161,9 @@ VALUE
notmuch_rb_database_alloc (VALUE klass);
VALUE
+notmuch_rb_database_destroy (VALUE self);
+
+VALUE
notmuch_rb_database_initialize (int argc, VALUE *argv, VALUE klass);
VALUE