2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00

Update ABI note about fluent interfaces

This commit is contained in:
Jay Berkenbilt 2021-12-02 09:11:23 -05:00
parent 8acb79fc5e
commit c5708e9180

2
TODO
View File

@ -174,6 +174,8 @@ Comments appear in the code prefixed by "ABI"
* Consider having addArrayItem, replaceKey, etc. return the new value * Consider having addArrayItem, replaceKey, etc. return the new value
so you can say so you can say
auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething()); auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething());
But this has to be clean with respect to fluent interfaces, so we
might need something slightly different.
* Added QPDFObjectHandle::ParserCallbacks::handleWarning but had to * Added QPDFObjectHandle::ParserCallbacks::handleWarning but had to
revert because it was not binary compatible. Consider re-adding. The revert because it was not binary compatible. Consider re-adding. The
commit that added this comment includes the reverting of the change. commit that added this comment includes the reverting of the change.