summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-02-06 03:13:04 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-02-06 17:21:15 +0100
commit83710603402229090dd5b1eefdebed044efe8d87 (patch)
treef11693ed7d9f2dc0ea57bd712d362481b730ce4b /include
parent2ed5f49a795d91faddc723bbbb561e485094e23a (diff)
downloadqpdf-83710603402229090dd5b1eefdebed044efe8d87.tar.zst
Add method QPDFObjectHandle::getKeyIfDict
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 262a84b8..59e58544 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -810,6 +810,8 @@ class QPDFObjectHandle
// returned.
QPDF_DLL
QPDFObjectHandle getKey(std::string const&);
+ QPDF_DLL
+ QPDFObjectHandle getKeyIfDict(std::string const&);
// Return all keys. Keys with null values are treated as if
// they are not present. This is as per the PDF spec.
QPDF_DLL