From 87aa5aea5601a145c1163069a6d3ce7c4d190f1f Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 12 Dec 2015 14:22:12 -0500 Subject: [PATCH] python: fix argument for filenames_destroy --- bindings/python/notmuch/filenames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/notmuch/filenames.py b/bindings/python/notmuch/filenames.py index 229f414d..96b22c65 100644 --- a/bindings/python/notmuch/filenames.py +++ b/bindings/python/notmuch/filenames.py @@ -123,7 +123,7 @@ class Filenames(Python3StringMixIn): return "\n".join(self) _destroy = nmlib.notmuch_filenames_destroy - _destroy.argtypes = [NotmuchMessageP] + _destroy.argtypes = [NotmuchFilenamesP] _destroy.restype = None def __del__(self): -- 2.43.0