X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fdatabase.c;h=e6387f5990af41c56df5b2311f1af44c79cf88de;hb=ae1336dea5cc6a221699fff260d8b44cee677f77;hp=b6de1254a5de30c23f3f3b30da1338e7ce275ebc;hpb=4152e1bc20fa2803186740c76579b495f4c77fb6;p=notmuch diff --git a/bindings/ruby/database.c b/bindings/ruby/database.c index b6de1254..e6387f59 100644 --- a/bindings/ruby/database.c +++ b/bindings/ruby/database.c @@ -412,7 +412,7 @@ notmuch_rb_database_get_all_tags (VALUE self) rb_raise (notmuch_rb_eBaseError, "%s", msg); } - return Data_Wrap_Notmuch_Object (notmuch_rb_cTags, ¬much_rb_tags_type, tags); + return notmuch_rb_tags_get (tags); } /*