summaryrefslogtreecommitdiffstats
path: root/manual/index.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-17 13:33:42 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-17 18:38:52 +0100
commitfee7489ee4c90c6dbd11e57ecc8e888c8f038716 (patch)
tree9a1872d7e52b2db3ec2cb44109a3a3918927621d /manual/index.rst
parent8c4ad6b946a762fd57443a3647e0cc620ad6eae4 (diff)
downloadqpdf-fee7489ee4c90c6dbd11e57ecc8e888c8f038716.tar.zst
Add Pl_Buffer::getMallocBuffer
Diffstat (limited to 'manual/index.rst')
-rw-r--r--manual/index.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/index.rst b/manual/index.rst
index 155d64b0..a77fae29 100644
--- a/manual/index.rst
+++ b/manual/index.rst
@@ -3622,10 +3622,14 @@ For a detailed list of changes, please see the file
object is not of the expected type. These warnings now have an
error code of ``qpdf_e_object`` instead of
``qpdf_e_damaged_pdf``. Also, comments have been added to
- :file:`QPDFObjectHandle.hh` to explain in
- more detail what the behavior is. See :ref:`ref.object-accessors` for a more in-depth
+ :file:`QPDFObjectHandle.hh` to explain in more detail what the
+ behavior is. See :ref:`ref.object-accessors` for a more in-depth
discussion.
+ - Add ``Pl_Buffer::getMallocBuffer()`` to initialize a buffer
+ allocated with ``malloc()`` for better cross-language
+ interoperability.
+
- C API Enhancements
- Overhaul error handling for the object handle functions