X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fruby%2Fmessage.c;h=13c182f6549481b0866fb1789e25e8d874ac8b69;hb=HEAD;hp=81085f754648b5e650bd5fc51ceefee9bfef58bd;hpb=ae1336dea5cc6a221699fff260d8b44cee677f77;p=notmuch diff --git a/bindings/ruby/message.c b/bindings/ruby/message.c index 81085f75..13c182f6 100644 --- a/bindings/ruby/message.c +++ b/bindings/ruby/message.c @@ -120,7 +120,7 @@ notmuch_rb_message_get_filenames (VALUE self) fnames = notmuch_message_get_filenames (message); - return Data_Wrap_Notmuch_Object (notmuch_rb_cFileNames, ¬much_rb_filenames_type, fnames); + return notmuch_rb_filenames_get (fnames); } /*