[PATCH] docs: fix notmuch_message_properties_value documentation

Steven Allen steven at stebalien.com
Fri Jan 13 09:51:02 PST 2017


It returns the value, not the key.
---
 lib/notmuch.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notmuch.h b/lib/notmuch.h
index 59cd0f56..16da8be9 100644
--- a/lib/notmuch.h
+++ b/lib/notmuch.h
@@ -1811,7 +1811,7 @@ const char *
 notmuch_message_properties_key (notmuch_message_properties_t *properties);
 
 /**
- * Return the key from the current (key,value) pair.
+ * Return the value from the current (key,value) pair.
  *
  * This could be useful if iterating for a prefix.
  *
-- 
2.11.0



More information about the notmuch mailing list