aboutsummaryrefslogtreecommitdiffstats
path: root/manual/index.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-16 20:36:21 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-16 21:07:48 +0100
commit9bb6f570ec73c6154748596d04a6f10c41c57721 (patch)
treea677b2ca53d621cd9e2030196803397ab868d12c /manual/index.rst
parentf072be032fe921617ba5f78a004ee73c75caf6bd (diff)
downloadqpdf-9bb6f570ec73c6154748596d04a6f10c41c57721.tar.zst
C API: add functions for working with pages (fixes #594)
Diffstat (limited to 'manual/index.rst')
-rw-r--r--manual/index.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/manual/index.rst b/manual/index.rst
index 8fcb18f9..155d64b0 100644
--- a/manual/index.rst
+++ b/manual/index.rst
@@ -3626,7 +3626,9 @@ For a detailed list of changes, please see the file
more detail what the behavior is. See :ref:`ref.object-accessors` for a more in-depth
discussion.
- - Overhaul error handling for the object handle functions in the
+ - C API Enhancements
+
+ - Overhaul error handling for the object handle functions
C API. See comments in the "Object handling" section of
:file:`include/qpdf/qpdf-c.h` for details.
In particular, exceptions thrown by the underlying C++ code
@@ -3650,6 +3652,9 @@ For a detailed list of changes, please see the file
and ``qpdf_replace_object``, exposing the corresponding methods
in ``QPDF`` and ``QPDFObjectHandle``.
+ - Add several functions for working with pages. See ``PAGE
+ FUNCTIONS`` in ``include/qpdf/qpdf-c.h`` for details.
+
- Documentation change
- The documentation sources have been switched from docbook to