aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-11-20 16:35:50 +0100
committerJay Berkenbilt <ejb@ql.org>2021-11-22 23:56:11 +0100
commit52f1721ebb6473f0f927a0aec4851411746c33b6 (patch)
treec267295c102e79b52583df6e1168208147f93f75 /README-maintainer
parenta63623adce8903724a8911ac3baaeb748610c24d (diff)
downloadqpdf-52f1721ebb6473f0f927a0aec4851411746c33b6.tar.zst
Add reminder about trap_errors when updating the C API
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer4
1 files changed, 3 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index bd2db35e..ef0c0000 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -192,7 +192,9 @@ RELEASE PREPARATION
* If any interfaces were added or changed, check C API to see whether
changes are appropriate there as well. If necessary, review the
casting policy in the manual, and ensure that integer types are
- properly handled with QIntC or the appropriate cast.
+ properly handled with QIntC or the appropriate cast. Remember to
+ ensure that any exceptions thrown by the library are caught and
+ converted. See `trap_errors` in qpdf-c.cc.
* Update versions and shared library details