notmuch/bindings
Felipe Contreras 2474bce8b1 ruby: cleanup object_destroy()
It was assumed the destructor of notmuch_rb_database_type did return a
notmuch_status_t because that's what notmuch_database_close returns, and
that value was checked by notmuch_rb_database_close in order to decide
if to raise an exception.

It turns out notmuch_database_destroy was called instead, so nothing was
returned (void).

All the destroy functions are void, and that's what we want.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2021-08-03 20:30:15 -03:00
..
python version: bump to 0.32.2 2021-06-25 09:02:54 -03:00
python-cffi version: bump to 0.32.2 2021-06-25 09:02:54 -03:00
ruby ruby: cleanup object_destroy() 2021-08-03 20:30:15 -03:00
Makefile build: integrate building ruby bindings into notmuch build process 2015-06-12 09:12:28 +02:00
Makefile.local ruby: improve compilation with CFLAGS 2021-05-22 09:17:21 -03:00