summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-31 19:07:19 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-31 21:57:45 +0100
commitcaa00556cfd0f6d45c49eb3d546f41b5c69900eb (patch)
treebfe96b87f40c51025d2153a21b6ae217c0e64a3a /include
parent1a3ed1ee8569504bc57bdba07cc4e8b87442767d (diff)
downloadqpdf-caa00556cfd0f6d45c49eb3d546f41b5c69900eb.tar.zst
Change filename or path to file in json and QPDFJob
Use "file" consistently for specifying a file path. We use "filename" when adding attachments for a completely different purpose.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index bc8c3b9e..bedf808e 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -190,7 +190,7 @@ class QPDFJob
QPDF_DLL
Config* endAddAttachment();
QPDF_DLL
- AttConfig* path(char const* parameter);
+ AttConfig* file(char const* parameter);
# include <qpdf/auto_job_c_att.hh>
@@ -210,7 +210,7 @@ class QPDFJob
QPDF_DLL
Config* endCopyAttachmentsFrom();
QPDF_DLL
- CopyAttConfig* path(char const* parameter);
+ CopyAttConfig* file(char const* parameter);
# include <qpdf/auto_job_c_copy_att.hh>
@@ -251,7 +251,7 @@ class QPDFJob
QPDF_DLL
Config* endUnderlayOverlay();
QPDF_DLL
- UOConfig* path(char const* parameter);
+ UOConfig* file(char const* parameter);
# include <qpdf/auto_job_c_uo.hh>
@@ -270,7 +270,7 @@ class QPDFJob
QPDF_DLL
Config* endEncrypt();
QPDF_DLL
- EncConfig* path(char const* parameter);
+ EncConfig* file(char const* parameter);
# include <qpdf/auto_job_c_enc.hh>