summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 17:56:37 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 17:57:37 +0200
commit76b1659177327a64037bf36d7f3e15a73d86bbed (patch)
tree22623001bb99a6fe33943416877a3d5836b550d8 /manual
parent14fe2e6de3ae3b91436ccb4948fca75c29565440 (diff)
downloadqpdf-76b1659177327a64037bf36d7f3e15a73d86bbed.tar.zst
enhance PointerHolder so that it can explicitly be told to use delete [] instead of delete, thus making it useful to run valgrind over qpdf during its test suite
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 0d743677..72e98f5c 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -2131,6 +2131,14 @@ print "\n";
<literal>/Info</literal> dictionary.
</para>
</listitem>
+ <listitem>
+ <para>
+ Add functions <function>qpdf_init_write_memory</function>,
+ <function>qpdf_get_buffer_length</function>, and
+ <function>qpdf_get_buffer</function> to the C API for writing
+ PDF files to a memory buffer instead of a file.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</varlistentry>