aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2013-08-12 14:40:35 -0400
committerGravatar David Bremner <bremner@debian.org>2013-08-13 17:43:34 +0200
commit3fbb518335fe2271a31a6c4779affa4df42cf203 (patch)
tree55808170911626ec8d86fbc49ce0179ad286a7aa /lib/notmuch-private.h
parenta7bf045fb178b5ed48e71269427cec42c21f8cd6 (diff)
lib: Document which strings are returned in UTF-8
Any string that ultimately comes from notmuch_message_file_get_header is in UTF-8.
Diffstat (limited to 'lib/notmuch-private.h')
-rw-r--r--lib/notmuch-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h
index cc55bb9d..eced03e8 100644
--- a/lib/notmuch-private.h
+++ b/lib/notmuch-private.h
@@ -386,7 +386,7 @@ void
notmuch_message_file_restrict_headersv (notmuch_message_file_t *message,
va_list va_headers);
-/* Get the value of the specified header from the message.
+/* Get the value of the specified header from the message as a UTF-8 string.
*
* The header name is case insensitive.
*