aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-02 14:04:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:33:31 +0100
commite3cc171d0210cc3230754d50285233ccb8759081 (patch)
tree4e771ed6045d69e0826c5fa4ca5c87f6a63f4286 /manual
parentbef2c2222a0b9429276b34d8f5024f31b8e86495 (diff)
downloadqpdf-e3cc171d0210cc3230754d50285233ccb8759081.tar.zst
C API: qpdf_oh_is_initialized
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 217542b8..f721d234 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5133,6 +5133,13 @@ print "\n";
embedded null characters.
</para>
</listitem>
+ <listitem>
+ <para>
+ Add <function>qpdf_oh_is_initialized</function> to the
+ C API. While you can't directly create uninitialized objects
+ from the C API, you still have to be able to detect them.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</itemizedlist>