summaryrefslogtreecommitdiff
path: root/public/fpdfview.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2017-09-22 16:43:01 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-09-25 20:38:41 +0000
commitba14c0a5f12b98c5eaed984f048def6262bab23f (patch)
tree68a700ee69c6d64c699f0faee687e1a0ff6cc2cb /public/fpdfview.h
parent95ec3976ab6cdb22cc6d63c6eeaec9536ae61284 (diff)
downloadpdfium-chromium/3224.tar.xz
Update comments regarding dictionary keys in public APIS.chromium/3224
Change-Id: I6420fb5a92c4121d68e9db91c822ea53655ae605 Reviewed-on: https://pdfium-review.googlesource.com/14730 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'public/fpdfview.h')
-rw-r--r--public/fpdfview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/fpdfview.h b/public/fpdfview.h
index 3f180335d3..370b84ed0f 100644
--- a/public/fpdfview.h
+++ b/public/fpdfview.h
@@ -1012,7 +1012,8 @@ FPDF_VIEWERREF_GetDuplex(FPDF_DOCUMENT document);
// be of type "name".
// Parameters:
// document - Handle to the loaded document.
-// key - Name of the key in the viewer pref dictionary.
+// key - Name of the key in the viewer pref dictionary,
+// encoded in UTF-8.
// buffer - A string to write the contents of the key to.
// length - Length of the buffer.
// Return value: