aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-10 20:57:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-10 20:57:35 +0100
commit1c62c2a3427e92846ddaaae44f864022b2aade4f (patch)
treefd4d89ad177dcdc170f764637cafcdda5f849bde /manual
parent8e0b15333228ab973571eec498af41d3cbb8ab63 (diff)
downloadqpdf-1c62c2a3427e92846ddaaae44f864022b2aade4f.tar.zst
C API: expose functions for indirect objects (fixes #588)
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index f7d224e5..42b1d25c 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5263,6 +5263,15 @@ print "\n";
C API. This allows you to clone an object handle.
</para>
</listitem>
+ <listitem>
+ <para>
+ Add <function>qpdf_get_object_by_id</function>,
+ <function>qpdf_make_indirect_object</function>, and
+ <function>qpdf_replace_object</function>, exposing the
+ corresponding methods in <classname>QPDF</classname> and
+ <classname>QPDFObjectHandle</classname>.
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</itemizedlist>