aboutsummaryrefslogtreecommitdiffstats
path: root/manual/qpdf-job.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-01 14:55:18 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-01 15:04:55 +0100
commitbc4e2320e7dafea8b6d6b6150c808ed2a98d7d03 (patch)
treeb4aa13fe91fa727d4a35af2a76ae3ba171e80d2b /manual/qpdf-job.rst
parent03e67a28fed49594c4f20718ce17d4852b40c83d (diff)
downloadqpdf-bc4e2320e7dafea8b6d6b6150c808ed2a98d7d03.tar.zst
Add qpdfjob-c.h -- simple C API around parts of QPDFJob
Diffstat (limited to 'manual/qpdf-job.rst')
-rw-r--r--manual/qpdf-job.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/qpdf-job.rst b/manual/qpdf-job.rst
index 72e02305..5ee497b1 100644
--- a/manual/qpdf-job.rst
+++ b/manual/qpdf-job.rst
@@ -14,7 +14,7 @@ executable is available from inside the C++ library using the
- Use from the C++ API with ``QPDFJob::initializeFromArgv``
- - Use from the C API with QXXXQ
+ - Use from the C API with ``qpdfjob_run_from_argv`` from :file:`qpdfjob-c.h`
- The job JSON file format
@@ -22,7 +22,7 @@ executable is available from inside the C++ library using the
- Use from the C++ API with ``QPDFJob::initializeFromJson``
- - Use from the C API with QXXXQ
+ - Use from the C API with ``qpdfjob_run_from_json`` from :file:`qpdfjob-c.h`
- The ``QPDFJob`` C++ API