[PATCH] fix notmuch python binding argument for filenames_destroy
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Sat Dec 12 11:22:12 PST 2015
---
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 229f414..96b22c6 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.6.2
More information about the notmuch
mailing list